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

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

Issue 2719343002: Get visibility into stability file accumulation (Closed)
Patch Set: jwd comment 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
« no previous file with comments | « components/browser_watcher/postmortem_report_collector.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index ee3db9d63c85171f2279bcd4d11dc51161a90867..137d23deb130f93ada0bfc917ac29666e7c7e511 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" units="count">
+ <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>
« no previous file with comments | « components/browser_watcher/postmortem_report_collector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698