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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2654913004: predictors: Add prefetcher histograms for speculative prefetch. (Closed)
Patch Set: Fix types. Created 3 years, 10 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_prefetcher_unittest.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 778bde8307e04d91858887fe90fe838ec55fbd2d..d17a6493272a3b3263a65e90b894ad71b0a8107a 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 successful request.
+ </summary>
+</histogram>
+
<histogram name="ResourcePrefetchPredictor.DatabaseReadiness" units="%">
<owner>alexilin@chromium.org</owner>
<summary>
@@ -54506,6 +54515,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ResourcePrefetchPredictor.PrefetchedCount" units="count">
+ <owner>alexilin@chromium.org</owner>
+ <summary>
+ The count of successfully prefetched subresources for a single page.
+ Recorded after all subresource prefetches have reached a terminal
+ success/failure state.
+ </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. Recorded after all
+ subresource prefetches have reached a terminal success/failure state.
+ </summary>
+</histogram>
+
<histogram name="ResourcePrefetchPredictor.ReportingEvent"
enum="ResourcePrefetchPredictorReportingEvent">
<owner>zhenw@chromium.org</owner>
« no previous file with comments | « chrome/browser/predictors/resource_prefetcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698