Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DHistogramTest.cs38 hist.AddObservation(10000); in Simple()
39 hist.AddObservation(10000); in Simple()
40 hist.AddObservation(11000); in Simple()
41 hist.AddObservation(11000); in Simple()
60 hist.AddObservation(-0.5); // should be in the first bucket in ExtremeObservations()
61 hist.AddObservation(1e12); // should be in the last bucket in ExtremeObservations()
74 hist1.AddObservation(-0.5); // should be in the first bucket in MergeSnapshots()
75 hist1.AddObservation(1e12); // should be in the last bucket in MergeSnapshots()
79 hist2.AddObservation(10000); in MergeSnapshots()
80 hist2.AddObservation(11000); in MergeSnapshots()
[all …]
DClientRunners.cs227 … 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()
DHistogram.cs64 public void AddObservation(double value) in AddObservation() method in Grpc.IntegrationTesting.Histogram
DStressTestClient.cs151 histogram.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos); in RunBodyAsync()
/external/cronet/base/
Dscoped_multi_source_observation_unittest.cc67 obs.AddObservation(s1()); in TEST_F()
71 obs.AddObservation(s2()); in TEST_F()
88 obs.AddObservation(s1()); in TEST_F()
92 obs.AddObservation(s2()); in TEST_F()
116 obs.AddObservation(s1()); in TEST_F()
117 obs.AddObservation(s2()); in TEST_F()
135 obs.AddObservation(s1()); in TEST_F()
139 obs.AddObservation(s2()); in TEST_F()
152 obs.AddObservation(s1()); in TEST_F()
155 obs.AddObservation(s2()); in TEST_F()
[all …]
Dscoped_multi_source_observation.h59 void AddObservation(Source* source) { in AddObservation() function
/external/cronet/net/nqe/
Dobservation_buffer_unittest.cc34 observation_buffer.AddObservation( in TEST()
53 observation_buffer.AddObservation( in TEST()
108 buffer.AddObservation(Observation(i, now, INT32_MIN, in TEST()
116 buffer.AddObservation(Observation(i, now, INT32_MIN, in TEST()
178 buffer.AddObservation(Observation(i, very_old, INT32_MIN, in TEST()
184 buffer.AddObservation(Observation(i, now, INT32_MIN, in TEST()
227 buffer.AddObservation( in TEST()
233 buffer.AddObservation(Observation(i, now, high_rssi, in TEST()
270 buffer.AddObservation(Observation(i, now, INT32_MIN, in TEST()
278 buffer.AddObservation(Observation(10000, now, INT32_MIN, in TEST()
[all …]
Dobservation_buffer.h58 void AddObservation(const Observation& observation);
Dobservation_buffer.cc49 void ObservationBuffer::AddObservation(const Observation& observation) { in AddObservation() function in net::nqe::internal::ObservationBuffer
Dnetwork_quality_estimator_unittest.cc1139 estimator.http_downstream_throughput_kbps_observations_.AddObservation( in TEST_F()
1144 .AddObservation(NetworkQualityEstimator::Observation( in TEST_F()
1149 .AddObservation(NetworkQualityEstimator::Observation( in TEST_F()
1166 estimator.http_downstream_throughput_kbps_observations_.AddObservation( in TEST_F()
1171 .AddObservation(NetworkQualityEstimator::Observation( in TEST_F()
1175 .AddObservation(NetworkQualityEstimator::Observation( in TEST_F()
Dnetwork_quality_estimator.cc1074 rtt_ms_observations_[observation_category].AddObservation(observation); in AddAndNotifyObserversOfRTT()
1114 http_downstream_throughput_kbps_observations_.AddObservation(observation); in AddAndNotifyObserversOfThroughput()
/external/cronet/components/metrics/content/
Dsubprocess_metrics_provider.cc168 scoped_observations_.AddObservation(host); in OnRenderProcessHostCreated()