Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DPerformanceTest.cs62 Profilers.SetForCurrentThread(profiler); in UnaryCallPerformance()
/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/
DProfilers.cs36 public static void SetForCurrentThread(IProfiler profiler) in SetForCurrentThread() method in Grpc.Core.Profiling.Profilers
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DGrpcThreadPool.cs165 Profilers.SetForCurrentThread(optionalProfiler); in RunHandlerLoop()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs204 Profilers.SetForCurrentThread(optionalProfiler); in RunUnary()