Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 660563004: Added UMA statistics for Chrome Cleaner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check if we have information from Cleaner and record UMA statistics. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 72e5d931be55f6930cc4818d927adc7835af4f6f..c81832fb6437e0e63da157259df6103863ba58fb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2736,6 +2736,21 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Cleaner.ExitCode">
+ <owner>mad@chromium.org</owner>
+ <summary>Exit code of the cleaner.</summary>
+</histogram>
+
+<histogram name="Cleaner.RunTime" units="ms">
+ <owner>mad@chromium.org</owner>
+ <summary>Runtime of the cleaner.</summary>
+</histogram>
+
+<histogram name="Cleaner.Version">
+ <owner>mad@chromium.org</owner>
+ <summary>Build version of the cleaner.</summary>
+</histogram>
+
<histogram name="clickjacking.discard_download" units="ms">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698