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

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: Change histogram description. 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 8a133ee1a9f3079e510354276b699b4701a5ce6e..6eb5a1826d2f3b7ee8ee9b8249b7d11589d72988 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -53228,6 +53228,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ResourcePrefetchPredictor.DatabaseReadiness" units="%">
+ <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 top entries in history, sampled with some probability on each
+ navigation to emit. This metric is only gathered when a minimum number of
+ visits is reached.
Ilya Sherman 2017/01/12 21:10:39 Hmm, I find the wording of this description a bit
alexilin 2017/01/12 22:53:13 Thanks Ilya! I can't say better than you suggested
+ </summary>
+</histogram>
+
<histogram name="ResourcePrefetchPredictor.DbStringTooLong">
<obsolete>
Deprecated October 2016. No longer recorded.

Powered by Google App Engine
This is Rietveld 408576698