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

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

Issue 27047003: Precache tracking database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@precache
Patch Set: Addressed comments Created 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f335cdf74bb2f4146a848774cf2056530c3ad0fd..6523a0ea143073e268b64a6f0e92c1df28c19816 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.DailyDownloadedKB" units="KB">
+ <summary>
+ The daily number of kilobytes that were downloaded during user browsing over
+ any network.
+ </summary>
+</histogram>
+
+<histogram name="Precache.DailyDownloadedKB.Cellular" units="KB">
+ <summary>
+ The daily number of kilobytes that were downloaded during user browsing over
+ a cellular network.
+ </summary>
+</histogram>
+
+<histogram name="Precache.DailyPrecachedKB" units="KB">
+ <summary>
+ The daily number of kilobytes that were downloaded while precaching.
+ </summary>
+</histogram>
+
+<histogram name="Precache.DailySavedKB" units="KB">
+ <summary>
+ The daily 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="Precache.DailySavedKB.Cellular" units="KB">
+ <summary>
+ The daily number of kilobytes 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/precache_database.cc ('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