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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1921613003: Count successes of link rel=prefetch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove braces Created 4 years, 8 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 | « net/url_request/url_request_http_job.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 9cd4aeb73e09560882ebd20d2a86863eabbd7773..a4fcf4b72310020afd134df87c944b6e4e9ac0e0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27045,6 +27045,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</details>
</histogram>
+<histogram name="Net.Prefetch.HitBytes" units="bytes">
+ <owner>jkarlin@chromium.org</owner>
+ <summary>
+ Bytes read for requests that were served from a cache entry filled by a
+ prefetch request. An entry is considered filled by a prefetch if its
+ unused_since_prefetch bit is true.
+ </summary>
+</histogram>
+
<histogram name="Net.Prefetch.Pattern" enum="PrefetchStatus">
<owner>jkarlin@chromium.org</owner>
<summary>
@@ -27076,6 +27085,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.Prefetch.TimeSpentOnPrefetchHit" units="ms">
+ <owner>jkarlin@chromium.org</owner>
+ <summary>
+ Time spent on requests that were served from a cache entry filled by a
+ prefetch request. An entry is considered filled by a prefetch if its
+ unused_since_prefetch bit is true.
+ </summary>
+</histogram>
+
<histogram name="Net.Prefetch.TimeSpentPrefetchingFromCache" units="ms">
<owner>jkarlin@chromium.org</owner>
<summary>Time spent on prefetch requests when fetched from cache.</summary>
« no previous file with comments | « net/url_request/url_request_http_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698