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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1938523002: Clarify the summary of some prefetch histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | 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 bfa3a812ad132d2b9fcde48a95f66216923b35c4..94e2d5a9cbb4fbed8d31cfac178f1528754d6207 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27099,8 +27099,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<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
+ Bytes read for requests that were served from a cache entry whose
unused_since_prefetch bit is true.
</summary>
</histogram>
@@ -27139,8 +27138,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<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
+ Time spent on requests that were served from a cache entry whose
unused_since_prefetch bit is true.
</summary>
</histogram>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698