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

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, 1 month 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f335cdf74bb2f4146a848774cf2056530c3ad0fd..906339e6a231d0acf0e3248df768d1e1e0d801fd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13096,6 +13096,56 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Precache.DailyDownloadedBytes" units="bytes">
+ <summary>
+ The daily number of bytes that were downloaded during user browsing over any
+ network.
+ </summary>
+</histogram>
+
+<histogram name="Precache.DailyDownloadedBytes.Cellular" units="bytes">
+ <summary>
+ The daily number of bytes that were downloaded during user browsing over a
+ cellular network.
+ </summary>
+</histogram>
+
+<histogram name="Precache.DailyPrecachedBytes" units="bytes">
+ <summary>
+ The daily number of bytes that were downloaded while precaching.
+ </summary>
+</histogram>
+
+<histogram name="Precache.DailySavedBytes" units="bytes">
+ <summary>
+ The daily number of bytes 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="Precache.DailySavedBytes.Cellular" units="bytes">
+ <summary>
+ The daily number of bytes during user browsing that were served from the
+ cache, but would have been downloaded over a cellular network if precaching
+ was disabled.
+ </summary>
+</histogram>
+
+<histogram name="Precache.DailySavingsPercentage" units="%">
+ <summary>
+ The daily percentage of user browsing bandwidth on any network that was
+ saved because of precaching.
+ </summary>
+</histogram>
+
+<histogram name="Precache.DailySavingsPercentage.Cellular" units="%">
+ <summary>
+ The daily percentage of user browsing bandwidth on cellular networks that
+ was saved because of precaching.
+ </summary>
+</histogram>
+
<histogram name="Prerender.Events" enum="PrerenderHoverEvent">
<obsolete>
deprecated May 10 2012
« components/precache/core/url_list_provider.h ('K') | « components/precache/core/url_list_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698