Searched refs:UmaHistogramCustomCounts (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/metrics/ |
D | histogram_functions.cc | 33 void UmaHistogramCustomCounts(const std::string& name, in UmaHistogramCustomCounts() function 44 UmaHistogramCustomCounts(name, sample, 1, 100, 50); in UmaHistogramCounts100() 48 UmaHistogramCustomCounts(name, sample, 1, 1000, 50); in UmaHistogramCounts1000() 52 UmaHistogramCustomCounts(name, sample, 1, 10000, 50); in UmaHistogramCounts10000() 56 UmaHistogramCustomCounts(name, sample, 1, 100000, 50); in UmaHistogramCounts100000() 60 UmaHistogramCustomCounts(name, sample, 1, 1000000, 50); in UmaHistogramCounts1M() 64 UmaHistogramCustomCounts(name, sample, 1, 10000000, 50); in UmaHistogramCounts10M() 93 UmaHistogramCustomCounts(name, sample, 1000, 500000, 50); in UmaHistogramMemoryKB() 97 UmaHistogramCustomCounts(name, sample, 1, 1000, 50); in UmaHistogramMemoryMB() 101 UmaHistogramCustomCounts(name, sample, 1, 64000, 100); in UmaHistogramMemoryLargeMB()
|
D | histogram_functions.h | 90 BASE_EXPORT void UmaHistogramCustomCounts(const std::string& name,
|