Searched refs:statsResetCount (Results 1 – 1 of 1) sorted by relevance
135 readonly AtomicCounter statsResetCount = new AtomicCounter(); field in Grpc.IntegrationTesting.ClientRunnerImpl172 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()