| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index a811a2c4d65de30c4d9f46282808ba20edc7743e..63ed053309e0079f1b49b44e04b60d9027a2cef2 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" units="bytes">
|
| + <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" units="bytes">
|
| + <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" units="bytes">
|
| + <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
|
|
|