Batman.Core.Profiling.MiniProfiler.Profile.Start C# (CSharp) Method

Start() public method

public Start ( ) : Interfaces.IProfiler
return Interfaces.IProfiler
        public override Interfaces.IProfiler Start()
        {
            StackExchange.Profiling.MiniProfiler.Start();
            return this;
        }