Home
last modified time | relevance | path

Searched refs:ForCurrentThread (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/Profiling/
DProfilers.cs31 public static IProfiler ForCurrentThread() in ForCurrentThread() method in Grpc.Core.Profiling.Profilers
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DAsyncCall.cs78 var profiler = Profilers.ForCurrentThread(); in UnaryCall()