OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UMA_HISTOGRAM_COUNTS
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/metrics/
histogram_macros.h
185
#define
UMA_HISTOGRAM_COUNTS
(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \
histogram.cc
214
UMA_HISTOGRAM_COUNTS
("Histogram.InconsistentCountHigh", delta);
219
UMA_HISTOGRAM_COUNTS
("Histogram.InconsistentCountLow", -delta);
/external/libchrome/dbus/
object_proxy.cc
503
UMA_HISTOGRAM_COUNTS
("DBus.RejectedSignalCount", 1);
Completed in 174 milliseconds