Home
last modified time | relevance | path

Searched refs:IProfiler (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/Profiling/
DProfilers.cs29 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 : IProfiler
63 internal class BasicProfiler : IProfiler
DProfilerScope.cs30 readonly IProfiler profiler;
33 public ProfilerScope(IProfiler profiler, string tag) in ProfilerScope()
DIProfiler.cs26 internal interface IProfiler interface
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DGrpcThreadPool.cs145 private Thread CreateAndStartThread(int threadIndex, IProfiler optionalProfiler) in CreateAndStartThread()
161 private void RunHandlerLoop(CompletionQueueSafeHandle cq, IProfiler optionalProfiler) in RunHandlerLoop()