Searched refs:AddTimeMicrosecondsGranularity (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/cronet/base/metrics/ |
H A D | histogram_base_unittest.cc | 249 histogram->AddTimeMicrosecondsGranularity(Microseconds(large_positive)); in TEST_F() 266 histogram->AddTimeMicrosecondsGranularity(Microseconds(large_negative)); in TEST_F()
|
H A D | histogram_functions.cc | 188 histogram->AddTimeMicrosecondsGranularity(sample); in UmaHistogramCustomMicrosecondsTimes() 198 histogram->AddTimeMicrosecondsGranularity(sample); in UmaHistogramCustomMicrosecondsTimes()
|
H A D | histogram_macros_local.h | 75 name, AddTimeMicrosecondsGranularity(sample), \
|
H A D | histogram_base.h | 202 void AddTimeMicrosecondsGranularity(const TimeDelta& time);
|
H A D | histogram_macros.h | 277 name, AddTimeMicrosecondsGranularity(sample), \
|
H A D | histogram_base.cc | 141 void HistogramBase::AddTimeMicrosecondsGranularity(const TimeDelta& time) { in AddTimeMicrosecondsGranularity() function in base::HistogramBase
|
/aosp_15_r20/external/libchrome/base/metrics/ |
H A D | histogram_base_unittest.cc | 247 histogram->AddTimeMicrosecondsGranularity( in TEST_F() 265 histogram->AddTimeMicrosecondsGranularity( in TEST_F()
|
H A D | histogram_base.h | 199 void AddTimeMicrosecondsGranularity(const TimeDelta& time);
|
H A D | histogram_base.cc | 120 void HistogramBase::AddTimeMicrosecondsGranularity(const TimeDelta& time) { in AddTimeMicrosecondsGranularity() function in base::HistogramBase
|
H A D | histogram_macros.h | 255 name, AddTimeMicrosecondsGranularity(sample), \
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/metrics/ |
D | histogram_base.h | 202 void AddTimeMicrosecondsGranularity(const TimeDelta& time);
|
D | histogram_macros.h | 258 name, AddTimeMicrosecondsGranularity(sample), \
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/metrics/ |
D | histogram_base.h | 202 void AddTimeMicrosecondsGranularity(const TimeDelta& time);
|
D | histogram_macros.h | 258 name, AddTimeMicrosecondsGranularity(sample), \
|
/aosp_15_r20/external/libchrome/base/task_scheduler/ |
H A D | task_tracker.cc | 463 ->AddTimeMicrosecondsGranularity(task_latency); in RecordLatencyHistogram()
|