Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram_macros.h214 #define UMA_HISTOGRAM_COUNTS(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ macro
Dhistogram.cc350 UMA_HISTOGRAM_COUNTS("Histogram.InconsistentCountHigh", delta); in FindCorruption()
355 UMA_HISTOGRAM_COUNTS("Histogram.InconsistentCountLow", -delta); in FindCorruption()
/external/libchrome/dbus/
Dobject_proxy.cc505 UMA_HISTOGRAM_COUNTS("DBus.RejectedSignalCount", 1); in HandleMessage()