Home
last modified time | relevance | path

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

/external/chromium/base/metrics/
Dhistogram.h63 #define HISTOGRAM_TIMES(name, sample) HISTOGRAM_CUSTOM_TIMES( \
90 #define HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) do { \ macro
140 HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count)