Searched refs:IProfiler (Results 1 – 4 of 4) sorted by relevance
29 static readonly ThreadLocal<IProfiler> profilers = new ThreadLocal<IProfiler>();31 public static IProfiler ForCurrentThread() in ForCurrentThread()36 public static void SetForCurrentThread(IProfiler profiler) in SetForCurrentThread()41 public static ProfilerScope NewScope(this IProfiler profiler, string tag) in NewScope()47 internal class NopProfiler : IProfiler63 internal class BasicProfiler : IProfiler
30 readonly IProfiler profiler;33 public ProfilerScope(IProfiler profiler, string tag) in ProfilerScope()
26 internal interface IProfiler interface
145 private Thread CreateAndStartThread(int threadIndex, IProfiler optionalProfiler) in CreateAndStartThread()161 private void RunHandlerLoop(CompletionQueueSafeHandle cq, IProfiler optionalProfiler) in RunHandlerLoop()