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

Issue 2082653003: Log predictor database size on startup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mmenke@ review Created 4 years, 6 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 | « chrome/browser/net/predictor.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 d863572c2733f299fb71c56256be1f26fa2d6e94..f5a6d959e4c2879287332e43e4eb893026b91058 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28411,6 +28411,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</details>
</histogram>
+<histogram name="Net.Predictor.Startup.DBSize" units="bytes">
+ <owner>csharrison@chromium.org</owner>
+ <summary>The size in bytes of the predictor's database on startup.</summary>
mmenke 2016/06/20 18:03:17 optional: May want to say "The approximate size i
Charlie Harrison 2016/06/20 19:30:37 Done.
+</histogram>
+
<histogram name="Net.Prefetch.HitBytes" units="bytes">
<owner>jkarlin@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/browser/net/predictor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698