Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs130 readonly ThreadLocal<Histogram> threadLocalHistogram; field in Grpc.IntegrationTesting.ClientRunnerImpl
146 …this.threadLocalHistogram = new ThreadLocal<Histogram>(() => new Histogram(histogramParams.Resolut… in ClientRunnerImpl()
163 foreach (var hist in threadLocalHistogram.Values) in GetStats()
227threadLocalHistogram.Value.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos); in RunUnary()
246threadLocalHistogram.Value.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos); in RunUnaryAsync()
268threadLocalHistogram.Value.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos); in RunStreamingPingPongAsync()
296threadLocalHistogram.Value.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos); in RunGenericStreamingAsync()