Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 8a133ee1a9f3079e510354276b699b4701a5ce6e..e20c58fbab610ddceb9eb975f290d3681ca5d54a 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -53228,6 +53228,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="ResourcePrefetchPredictor.DatabaseReadiness"> |
|
Benoit L
2017/01/12 15:34:55
nit: Since the reported value is a percentage, add
|
| + <owner>alexilin@chromium.org</owner> |
| + <summary> |
| + An age metric is introduced to show that the predictor database is large |
| + enough. Defined as percentage of navigated hosts found in the predictor DB |
| + for last X entries in history, sampled with some probability on each |
|
Benoit L
2017/01/12 15:34:55
nit: Please add that this metric is only gathered
|
| + navigation to emit. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="ResourcePrefetchPredictor.DbStringTooLong"> |
| <obsolete> |
| Deprecated October 2016. No longer recorded. |