| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index a811a2c4d65de30c4d9f46282808ba20edc7743e..a7b0e53f687f06df59420d653d068f309b192ae7 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -15059,6 +15059,32 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Prerender.NetworkBytes.TotalForProfile.KB" units="KB">
|
| + <summary>
|
| + Number of bytes transferred on the network for URLRequests (not including
|
| + HTTP/TLS/TCP/IP overhead). Reported on event of a PrerenderContents
|
| + deletion. Includes prerender bytes. Bytes are only counted when
|
| + prerendering is enabled and not in a control group. The sum of the
|
| + distribution for a single user represents all of that user's network
|
| + transfers for resource for that time period while prerendering was enabled.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Prerender.NetworkBytes.Used.KB" units="KB">
|
| + <summary>
|
| + Number of bytes transferred on the network for URLRequests (not including
|
| + HTTP/TLS/TCP/IP overhead) for a prerender that was used (or would have been
|
| + used).
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Prerender.NetworkBytes.Wasted.KB" units="KB">
|
| + <summary>
|
| + Number of bytes transferred on the network for URLRequests (not including
|
| + HTTP/TLS/TCP/IP overhead) for a prerender that was not used.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Prerender.OmniboxNavigationsCouldPrerender">
|
| <summary>
|
| A boolean that indicates whether the Omnibox navigation being committed
|
|
|