Home
last modified time | relevance | path

Searched refs:DebugStats (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs60 readonly DebugStats debugStats = new DebugStats();
345 internal DebugStats DebugStats property in Grpc.Core.GrpcEnvironment
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionRegistry.cs54 environment.DebugStats.PendingBatchCompletions.Increment(); in Register()
101 environment.DebugStats.PendingBatchCompletions.Decrement(); in Extract()
DDebugStats.cs24 internal class DebugStats class