Searched refs:LOCAL_HISTOGRAM_ENUMERATION (Results 1 - 3 of 3) sorted by relevance
/external/libchrome/base/metrics/ |
H A D | histogram_macros.h | 125 LOCAL_HISTOGRAM_ENUMERATION(name, under_one_hundred, 101) 137 #define LOCAL_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ macro 220 // details, see the comment for the |LOCAL_HISTOGRAM_ENUMERATION| macro, above.
|
H A D | statistics_recorder_unittest.cc | 234 LOCAL_HISTOGRAM_ENUMERATION("TestHistogramEnumeration", 20, 200);
|
H A D | histogram_unittest.cc | 71 LOCAL_HISTOGRAM_ENUMERATION("Test6Histogram", 129, 130);
|
Completed in 103 milliseconds