Home
last modified time | relevance | path

Searched defs:optionalProfiler (Results 1 – 2 of 2) sorted by relevance

/external/grpc-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()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs200 … private void RunUnary(Channel channel, IInterarrivalTimer timer, BasicProfiler optionalProfiler) in RunUnary()
307 …vate Task RunClientAsync(Channel channel, IInterarrivalTimer timer, BasicProfiler optionalProfiler) in RunClientAsync()