Home
last modified time | relevance | path

Searched refs:UMA_HISTOGRAM_ENUMERATION (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_macros_unittest.cc24 UMA_HISTOGRAM_ENUMERATION("Test.FauxEnumeration", 1, 10000); in TEST()
34 UMA_HISTOGRAM_ENUMERATION("Test.UnscopedEnumeration", SECOND_VALUE, in TEST()
45 UMA_HISTOGRAM_ENUMERATION("Test.ScopedEnumeration", TestEnum::SECOND_VALUE, in TEST()
Dhistogram_snapshot_manager_unittest.cc84 UMA_HISTOGRAM_ENUMERATION("UmaHistogram", 1, 4); in TEST_F()
100 UMA_HISTOGRAM_ENUMERATION("UmaHistogram", 1, 4); in TEST_F()
116 UMA_HISTOGRAM_ENUMERATION("UmaHistogram", 1, 4); in TEST_F()
Dhistogram_macros.h44 #define UMA_HISTOGRAM_ENUMERATION(name, sample, enum_max) \ macro
Dpersistent_sample_map.cc219 UMA_HISTOGRAM_ENUMERATION("UMA.NegativeSamples.Reason", reason, in AddSubtractImpl()
/external/libmojo/base/android/library_loader/
Dlibrary_loader_hooks.cc69 UMA_HISTOGRAM_ENUMERATION("ChromiumAndroidLinker.RendererStates", in RecordChromiumAndroidLinkerRendererHistogram()
122 UMA_HISTOGRAM_ENUMERATION("ChromiumAndroidLinker.BrowserStates", in RecordChromiumAndroidLinkerBrowserHistogram()
127 UMA_HISTOGRAM_ENUMERATION("ChromiumAndroidLinker.LibraryLoadFromApkStatus", in RecordChromiumAndroidLinkerBrowserHistogram()
/external/libchrome/base/files/
Dimportant_file_writer.cc53 UMA_HISTOGRAM_ENUMERATION("ImportantFile.TempFileFailures", failure_code, in LogFailure()
/external/libchrome/dbus/
Dobject_proxy.cc90 UMA_HISTOGRAM_ENUMERATION("DBus.SyncMethodCallSuccess", in CallMethodAndBlockWithErrorDetails()
373 UMA_HISTOGRAM_ENUMERATION("DBus.AsyncMethodCallSuccess", in RunResponseCallback()
Dexported_object.cc278 UMA_HISTOGRAM_ENUMERATION("DBus.ExportedMethodHandleSuccess", in OnMethodCompleted()
/external/libchrome/base/debug/
Dactivity_tracker.cc1375 UMA_HISTOGRAM_ENUMERATION("ActivityTracker.ThreadTrackers.Count", in CreateTrackerForCurrentThread()