Exemplo n.º 1
0
 public StackExchange.Profiling.MiniProfiler Start(string profilerName, MiniProfilerBaseOptions options)
 {
     return(provider.Start(profilerName, options));
 }
Exemplo n.º 2
0
 public StackExchange.Profiling.MiniProfiler Start(string profilerName = null)
 {
     return(profileProvider.Start(profilerName));
 }