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

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

Issue 2628513002: Add Precache.CacheStatus.Prefetch UMA. (Closed)
Patch Set: Created 3 years, 11 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_database_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 4dcf9c0041323ce6d4908f9474600c8af2cbd995..a39500d0c84530954ad3fae6e894a3d60f1a3767 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -48974,6 +48974,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Precache.CacheStatus.Prefetch" enum="HttpCachePattern">
+ <owner>jamartin@chromium.org</owner>
+ <owner>twifkak@chromium.org</owner>
+ <summary>
+ Like HttpCache.Pattern but only for requests made during precaching. 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_database_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698