Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/metrics/
H A Dhistogram_base_unittest.cc249 histogram->AddTimeMicrosecondsGranularity(Microseconds(large_positive)); in TEST_F()
266 histogram->AddTimeMicrosecondsGranularity(Microseconds(large_negative)); in TEST_F()
H A Dhistogram_functions.cc188 histogram->AddTimeMicrosecondsGranularity(sample); in UmaHistogramCustomMicrosecondsTimes()
198 histogram->AddTimeMicrosecondsGranularity(sample); in UmaHistogramCustomMicrosecondsTimes()
H A Dhistogram_macros_local.h75 name, AddTimeMicrosecondsGranularity(sample), \
H A Dhistogram_base.h202 void AddTimeMicrosecondsGranularity(const TimeDelta& time);
H A Dhistogram_macros.h277 name, AddTimeMicrosecondsGranularity(sample), \
H A Dhistogram_base.cc141 void HistogramBase::AddTimeMicrosecondsGranularity(const TimeDelta& time) { in AddTimeMicrosecondsGranularity() function in base::HistogramBase
/aosp_15_r20/external/libchrome/base/metrics/
H A Dhistogram_base_unittest.cc247 histogram->AddTimeMicrosecondsGranularity( in TEST_F()
265 histogram->AddTimeMicrosecondsGranularity( in TEST_F()
H A Dhistogram_base.h199 void AddTimeMicrosecondsGranularity(const TimeDelta& time);
H A Dhistogram_base.cc120 void HistogramBase::AddTimeMicrosecondsGranularity(const TimeDelta& time) { in AddTimeMicrosecondsGranularity() function in base::HistogramBase
H A Dhistogram_macros.h255 name, AddTimeMicrosecondsGranularity(sample), \
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/metrics/
Dhistogram_base.h202 void AddTimeMicrosecondsGranularity(const TimeDelta& time);
Dhistogram_macros.h258 name, AddTimeMicrosecondsGranularity(sample), \
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/metrics/
Dhistogram_base.h202 void AddTimeMicrosecondsGranularity(const TimeDelta& time);
Dhistogram_macros.h258 name, AddTimeMicrosecondsGranularity(sample), \
/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dtask_tracker.cc463 ->AddTimeMicrosecondsGranularity(task_latency); in RecordLatencyHistogram()