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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2625063002: predictors: Add ResourcePrefetchPredictor database readiness histogram. (Closed)
Patch Set: Add comments. Created 3 years, 11 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/predictors/resource_prefetch_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 8a133ee1a9f3079e510354276b699b4701a5ce6e..e20c58fbab610ddceb9eb975f290d3681ca5d54a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -53228,6 +53228,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ResourcePrefetchPredictor.DatabaseReadiness">
Benoit L 2017/01/12 15:34:55 nit: Since the reported value is a percentage, add
+ <owner>alexilin@chromium.org</owner>
+ <summary>
+ An age metric is introduced to show that the predictor database is large
+ enough. Defined as percentage of navigated hosts found in the predictor DB
+ for last X entries in history, sampled with some probability on each
Benoit L 2017/01/12 15:34:55 nit: Please add that this metric is only gathered
+ navigation to emit.
+ </summary>
+</histogram>
+
<histogram name="ResourcePrefetchPredictor.DbStringTooLong">
<obsolete>
Deprecated October 2016. No longer recorded.
« no previous file with comments | « chrome/browser/predictors/resource_prefetch_predictor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698