| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 4fd1a7941c3d029237eacdd0f14768df4234c2a4..d3981898627c1dba67d691713c28cd5118366a85 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -49458,6 +49458,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="ResourcePrefetchPredictor.HostRedirectTableRowCount">
|
| + <owner>alexilin@chromium.org</owner>
|
| + <owner>lizeb@chromium.org</owner>
|
| + <summary>
|
| + The count of number of rows in the HostRedirectTable. This is effecively the
|
| + number of (host, final redirect) pairs in the database. This is measured at
|
| + startup and used to get an estimate of the data size.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="ResourcePrefetchPredictor.HostTableHostCount">
|
| <owner>zhenw@chromium.org</owner>
|
| <summary>
|
| @@ -49843,6 +49853,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="ResourcePrefetchPredictor.UrlRedirectTableRowCount">
|
| + <owner>alexilin@chromium.org</owner>
|
| + <owner>lizeb@chromium.org</owner>
|
| + <summary>
|
| + The count of number of rows in the UrlRedirectTable. This is effectively the
|
| + number of (main frame URL, final redirect) pairs in the database. This is
|
| + measured at startup and used to get an estimate of the data size.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="ResourcePrefetchPredictor.UrlTableMainFrameUrlCount">
|
| <obsolete>
|
| Deprecated September 2016. No longer recorded.
|
|
|