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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 27047003: Precache tracking database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@precache
Patch Set: Addressed comments Created 7 years 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 110bbcdbcc2ea50b0a2fa34ec443e3c00e193841..98bdd5362c3885c6992f36ec7aef0b31356be05e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13874,6 +13874,27 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Precache.DownloadedNonPrecache" units="KB">
+ <summary>
+ The number of kilobytes that were downloaded over the network for HTTP/HTTPS
+ fetches that were not motivated by precaching.
Alexei Svitkine (slow) 2013/12/04 19:11:50 Nit: Mention when this is logged. It's per-request
sclittle 2013/12/04 19:21:11 Done.
+ </summary>
+</histogram>
+
+<histogram name="Precache.DownloadedPrecacheMotivated" units="KB">
+ <summary>
+ The number of kilobytes that were downloaded because of precaching.
+ </summary>
+</histogram>
+
+<histogram name="Precache.Saved" units="KB">
+ <summary>
+ The number of kilobytes during user browsing that were served from the
+ cache, but would have been downloaded over a network if precaching was
+ disabled.
+ </summary>
+</histogram>
+
<histogram name="Prerender.Event" enum="PrerenderEvent">
<summary>
Enumeration of what events related to prerendering have occurred.
@@ -31964,6 +31985,13 @@ other types of suffix sets.
<affected-histogram name="Plugin.PpapiPluginLoadResult"/>
</fieldtrial>
+<fieldtrial name="PrecacheCellular" separator=".">
+ <group name="Cellular"
+ label="covers fetches when connected to cellular networks"/>
+ <affected-histogram name="Precache.DownloadedNonPrecache"/>
+ <affected-histogram name="Precache.Saved"/>
+</fieldtrial>
+
<fieldtrial name="Prefetch">
<group name="ContentPrefetchPrefetchOff"
label="Prefetch is completely disabled."/>
« 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