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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 495953003: Add a PLT histogram for prerender local predictor prefetches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 48805f790f52eecd3b9d68a541348f24dd84d72e..ff47870acee847967e2b7b7c696f4b55a896b478 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23956,6 +23956,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Prerender.LocalPredictorPrefetchMatchPLT" units="milliseconds">
+ <owner>tburkard@chromium.org</owner>
+ <summary>
+ PLT for pages matched to a prefetch initiated by the Local Predictor.
jkarlin 2014/08/21 14:34:14 More detail please. What does it mean for a page
tburkard 2014/08/21 15:28:11 Done.
jkarlin 2014/08/21 16:22:53 Where?
tburkard 2014/08/22 09:49:34 Click on histograms.xml in the PS2 or PS3, and you
jkarlin 2014/08/22 10:40:32 Weird. I wonder why it doesn't have a "delta from
+ </summary>
+</histogram>
+
<histogram name="Prerender.LocalPredictorServiceLookupTime"
units="milliseconds">
<owner>tburkard@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698