Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index f92be5926a91816f78bba712b69de6f803a39b99..dc5f6761c5d57e08de26f4873b67911e27b62dbe 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -18305,6 +18305,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="History.ResultsRenderedTime"> |
|
Ilya Sherman
2016/08/04 07:13:56
nit: Please add units="ms"
tsergeant
2016/08/04 07:46:55
Done.
|
| + <owner>tsergeant@chromium.org</owner> |
| + <summary> |
| + Records the time taken to load the history Web UI and render (at least) a |
| + screen full of items. This is roughly equivalent to 'time to first |
| + meaningful paint' for the history page. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="History.ShownHeaderAboutOtherFormsOfBrowsingHistory" |
| enum="BooleanShown"> |
| <owner>msramek@chromium.org</owner> |