Example #1
0
 public static void End(this IProfiler profiler, ProfilerEvent profilerEvent)
 {
     profiler.End((int)profilerEvent);
 }
Example #2
0
 public void Dispose()
 {
     profiler.End(tag);
 }
Example #3
0
 public void Dispose()
 {
     _profiler.End(_code);
 }