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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 660563004: Added UMA statistics for Chrome Cleaner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Responded to comments. Created 6 years, 1 month 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 d65f0d3d557d9fdadb1118d1b55a98e6104beb71..67fb8204495eb02e5385f9cf360126c8fb37a45f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32884,6 +32884,29 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="SoftwareReporter.Cleaner.ExitCode">
+ <owner>mad@chromium.org</owner>
+ <summary>The exit code of the software reporter cleaner tool.</summary>
+</histogram>
+
+<histogram name="SoftwareReporter.Cleaner.HasCompleted" enum="BooleanEnabled">
Alexei Svitkine (slow) 2014/10/30 14:02:24 Please add a BooleanCompleted enum entry to the fi
Georges Khalil 2014/10/30 14:44:53 Done.
+ <owner>mad@chromium.org</owner>
+ <summary>
+ Whether the software reporter cleaner tool has finished execution, otherwise
+ assume it has crashed.
+ </summary>
+</histogram>
+
+<histogram name="SoftwareReporter.Cleaner.RunningTime" units="ms">
+ <owner>mad@chromium.org</owner>
+ <summary>How long it took to run the software reporter cleaner tool.</summary>
+</histogram>
+
+<histogram name="SoftwareReporter.Cleaner.Version">
+ <owner>mad@chromium.org</owner>
+ <summary>The build version of the software reporter cleaner tool.</summary>
+</histogram>
+
<histogram name="SoftwareReporter.MajorVersion">
<owner>mad@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698