Home | History | Annotate | Download | only in Grpc.IntegrationTesting

Lines Matching refs:stopwatch

211             var stopwatch = new Stopwatch();
222 stopwatch.Restart();
224 stopwatch.Stop();
227 threadLocalHistogram.Value.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos);
237 var stopwatch = new Stopwatch();
241 stopwatch.Restart();
243 stopwatch.Stop();
246 threadLocalHistogram.Value.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos);
256 var stopwatch = new Stopwatch();
262 stopwatch.Restart();
265 stopwatch.Stop();
268 threadLocalHistogram.Value.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos);
282 var stopwatch = new Stopwatch();
290 stopwatch.Restart();
293 stopwatch.Stop();
296 threadLocalHistogram.Value.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos);