Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs135 readonly AtomicCounter statsResetCount = new AtomicCounter(); field in Grpc.IntegrationTesting.ClientRunnerImpl
172 statsResetCount.Increment(); in GetStats()
176 …GC.CollectionCount(0), GC.CollectionCount(1), GC.CollectionCount(2), statsResetCount.Count, timeSn… in GetStats()
216 if (optionalProfiler != null && !profilerReset && statsResetCount.Count > 0) in RunUnary()