Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_storage_unittest.cc66 UMA_HISTOGRAM_BOOLEAN("Some.Test.Metric", true); in TEST_F()
Dhistogram_macros.h98 #define UMA_HISTOGRAM_BOOLEAN(name, sample) \ macro