Пример #1
0
 public StackExchange.Profiling.MiniProfiler Start(string profilerName, MiniProfilerBaseOptions options)
 {
     return(provider.Start(profilerName, options));
 }
Пример #2
0
 public StackExchange.Profiling.MiniProfiler Start(string profilerName = null)
 {
     return(profileProvider.Start(profilerName));
 }