| 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
|
|
|