Searched refs:threadLocalHistogram (Results 1 – 1 of 1) sorted by relevance
130 readonly ThreadLocal<Histogram> threadLocalHistogram; field in Grpc.IntegrationTesting.ClientRunnerImpl146 …this.threadLocalHistogram = new ThreadLocal<Histogram>(() => new Histogram(histogramParams.Resolut… in ClientRunnerImpl()163 foreach (var hist in threadLocalHistogram.Values) in GetStats()227 … threadLocalHistogram.Value.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos); in RunUnary()246 … threadLocalHistogram.Value.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos); in RunUnaryAsync()268 … threadLocalHistogram.Value.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos); in RunStreamingPingPongAsync()296 … threadLocalHistogram.Value.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos); in RunGenericStreamingAsync()