Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram_macros_local.h63 #define LOCAL_HISTOGRAM_TIMES(name, sample) LOCAL_HISTOGRAM_CUSTOM_TIMES( \
67 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ macro