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

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: Fixed histograms. 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..61bb3922e9c722bd3030f7f6f62bcb9b01ceeda3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32884,6 +32884,21 @@ 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.</summary>
+</histogram>
+
+<histogram name="SoftwareReporter.Cleaner.RunTime" units="ms">
+ <owner>mad@chromium.org</owner>
+ <summary>The runtime of the he software reporter cleaner tool.</summary>
Alexei Svitkine (slow) 2014/10/29 21:47:51 Nit: "the he" -> "the" I think "runtime" is ambig
Georges Khalil 2014/10/30 13:57:58 Done.
+</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