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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2719343002: Get visibility into stability file accumulation (Closed)
Patch Set: Replace LOG with DLOG to avoid binary bloat Created 3 years, 9 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..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">
jwd 2017/03/01 20:07:46 units="count"
manzagop (departed) 2017/03/01 21:18:47 Done.
+ <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