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

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

Issue 2719343002: Get visibility into stability file accumulation (Closed)
Patch Set: Created 3 years, 10 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 ee3db9d63c85171f2279bcd4d11dc51161a90867..d747bd15c9b8437719b10c167cb43916c017ab99 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -371,6 +371,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ActivityTracker.Collect.StabilityFileCount">
+ <owner>manzagop@chromium.org</owner>
+ <summary>
+ Number of files found during stability file collection. Logged each time the
+ stability file collection proceeds (at most once per launch).
+ </summary>
+</histogram>
+
<histogram name="ActivityTracker.Collect.Status"
enum="ActivityTrackerCollectStatus">
<owner>manzagop@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698