OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UMA_HISTOGRAM_CUSTOM_TIMES
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/metrics/
histogram_macros.h
206
#define UMA_HISTOGRAM_TIMES(name, sample)
UMA_HISTOGRAM_CUSTOM_TIMES
( \
212
#define UMA_HISTOGRAM_MEDIUM_TIMES(name, sample)
UMA_HISTOGRAM_CUSTOM_TIMES
( \
217
#define UMA_HISTOGRAM_LONG_TIMES(name, sample)
UMA_HISTOGRAM_CUSTOM_TIMES
( \
222
#define UMA_HISTOGRAM_LONG_TIMES_100(name, sample)
UMA_HISTOGRAM_CUSTOM_TIMES
( \
231
//
UMA_HISTOGRAM_CUSTOM_TIMES
("Very.Long.Timing.Histogram", time_delta,
233
#define
UMA_HISTOGRAM_CUSTOM_TIMES
(name, sample, min, max, bucket_count) \
240
// Same as
UMA_HISTOGRAM_CUSTOM_TIMES
but reports |sample| in microseconds,
/external/libchrome/base/message_loop/
message_loop.cc
56
UMA_HISTOGRAM_CUSTOM_TIMES
("MessageLoop.ScheduledSleep.Completed",
62
UMA_HISTOGRAM_CUSTOM_TIMES
("MessageLoop.ScheduledSleep.Interrupted",
Completed in 56 milliseconds