| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index cdc8624a63d96b6fea34e2964845b932f05c3cea..40ea1e82a7ae37035a64462eee8680cab57d0333 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -37863,6 +37863,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="PageLoad.Cache.BytePercent.ParseStop" units="%">
|
| + <owner>csharrison@chromium.org</owner>
|
| + <summary>
|
| + The percent of subresource bytes loaded from cache for the given page load.
|
| + Recorded at the end of HTML parsing.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="PageLoad.Cache.RequestPercent.ParseStop" units="%">
|
| + <owner>csharrison@chromium.org</owner>
|
| + <summary>
|
| + The percent of subresources loaded from cache for the given page load.
|
| + Recorded at the end of HTML parsing.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PageLoad.Clients.DocWrite.Block.ReloadCount">
|
| <owner>shivanisha@chromium.org</owner>
|
| <owner>bmcquade@chromium.org</owner>
|
|
|