Chromium Code Reviews| 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."/> |