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

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

Issue 2654913004: predictors: Add prefetcher histograms for speculative prefetch. (Closed)
Patch Set: Change histogram range. 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 778bde8307e04d91858887fe90fe838ec55fbd2d..3fa7f73cade15eb917bae51aab1d1792dca99e09 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -54077,6 +54077,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ResourcePrefetchPredictor.CachePattern"
+ enum="HttpCachePattern">
+ <owner>alexilin@chromium.org</owner>
+ <summary>
+ Like HttpCache.Pattern but only for requests made during speculative
+ prefetch. Logged per request.
Benoit L 2017/01/25 17:22:34 nit: Logged once per successful request.
alexilin 2017/01/25 17:47:33 Right. Done.
+ </summary>
+</histogram>
+
<histogram name="ResourcePrefetchPredictor.DatabaseReadiness" units="%">
<owner>alexilin@chromium.org</owner>
<summary>
@@ -54506,6 +54515,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ResourcePrefetchPredictor.PrefetchedCount">
+ <owner>alexilin@chromium.org</owner>
+ <summary>
+ The count of successfully prefetched subresources for a single page.
Benoit L 2017/01/25 17:22:35 nit: Single prefetch request?
alexilin 2017/01/25 17:47:33 Won't it be confused with URL request that prefetc
+ </summary>
+</histogram>
+
+<histogram name="ResourcePrefetchPredictor.PrefetchedSizeKB" units="KB">
+ <owner>alexilin@chromium.org</owner>
+ <summary>
+ The total amount of data consumed by predictor for a single page. Only
+ successfully finished requests taken into account.
+ </summary>
+</histogram>
+
<histogram name="ResourcePrefetchPredictor.ReportingEvent"
enum="ResourcePrefetchPredictorReportingEvent">
<owner>zhenw@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698