OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HISTOGRAM_CUSTOM_TIMES
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/metrics/
histogram.h
168
#define HISTOGRAM_TIMES(name, sample)
HISTOGRAM_CUSTOM_TIMES
( \
174
#define
HISTOGRAM_CUSTOM_TIMES
(name, sample, min, max, bucket_count) \
233
HISTOGRAM_CUSTOM_TIMES
(name, sample, min, max, bucket_count)
/external/chromium/base/metrics/
histogram.h
63
#define HISTOGRAM_TIMES(name, sample)
HISTOGRAM_CUSTOM_TIMES
( \
90
#define
HISTOGRAM_CUSTOM_TIMES
(name, sample, min, max, bucket_count) do { \
99
// DO NOT USE THIS. It is being phased out, in favor of
HISTOGRAM_CUSTOM_TIMES
.
140
HISTOGRAM_CUSTOM_TIMES
(name, sample, min, max, bucket_count)
195
// DO NOT USE THIS. It is being phased out, in favor of
HISTOGRAM_CUSTOM_TIMES
.
Completed in 79 milliseconds