Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/persistence/site_data/
H A Dexponential_moving_average_unittest.cc17 avg.AppendDatum(10.0); in TEST()
21 avg.AppendDatum(5.0); in TEST()
25 avg.AppendDatum(2.0); in TEST()
49 avg1.AppendDatum(10.0); in TEST()
50 avg1.AppendDatum(5.0); in TEST()
51 avg1.AppendDatum(3.5); in TEST()
59 avg1.AppendDatum(9.25); in TEST()
76 avg.AppendDatum(5.25); in TEST()
77 avg.AppendDatum(3.25); in TEST()
90 avg.AppendDatum(5.25); in TEST()
[all …]
H A Dsite_data_impl.cc145 load_duration_.AppendDatum(load_duration.InMicroseconds()); in NotifyLoadTimePerformanceMeasurement()
146 cpu_usage_estimate_.AppendDatum(cpu_usage_estimate.InMicroseconds()); in NotifyLoadTimePerformanceMeasurement()
147 private_footprint_kb_estimate_.AppendDatum(private_footprint_kb_estimate); in NotifyLoadTimePerformanceMeasurement()
H A Dexponential_moving_average.h22 void AppendDatum(float datum);
H A Dexponential_moving_average.cc18 void ExponentialMovingAverage::AppendDatum(float datum) { in AppendDatum() function in performance_manager::ExponentialMovingAverage
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/mmcloughlin/avo/build/
H A Dpseudo.go68 c.AppendDatum(v)
H A Dcontext.go200 func (c *Context) AppendDatum(v operand.Constant) { func