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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2364873004: Add Precache.CacheStatus.NonPrefetch.FromPrecache. (Closed)
Patch Set: Add const. Created 4 years, 2 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 | « components/precache/core/precache_url_table_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 94c5dd08df57d819c36d199e73ee8b0ccecfb9be..896b7f7a8e775a5fb89ba2a0c33c59b098b4af3c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -45505,6 +45505,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Precache.CacheStatus.NonPrefetch.FromPrecache"
+ enum="HttpCachePattern">
+ <owner>jamartin@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Like Precache.CacheStatus.NonPrefetch but only for requests which having a
+ matching URL in the precache. Measures the amount of precache misses due to
+ expiration or eviction. Logged per-request.
+ </summary>
+</histogram>
+
<histogram name="Precache.DownloadedNonPrecache" units="bytes">
<owner>bengr@chromium.org</owner>
<summary>
« no previous file with comments | « components/precache/core/precache_url_table_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698