Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 70a05c4ce59c1ca483dcbeabccef53e86213dff7..3332d96b048a7dafdb538034f067391744d12a65 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -37518,14 +37518,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| -<histogram name="PageLoad.Internal.ClientRedirectDelayAfterPaint" units="ms"> |
|
Ilya Sherman
2016/07/15 23:05:38
Please mark this histogram as obsolete.
Bryan McQuade
2016/07/17 13:18:06
Done.
|
| +<histogram name="PageLoad.Internal.ClientRedirect.FirstPaintToNavigation" |
| + units="ms"> |
| <owner>bmcquade@chromium.org</owner> |
| <summary> |
| - The delay between first paint and a client-side redirection. This metric is |
| - only intended to help in choosing a heuristic delay to distinguish between |
| - client-side redirects and other client initiated navigations, and will be |
| - deprecated in M54. Please contact bmcquade@chromium.org before using this |
| - metric. |
| + The delay between first paint and a client-side redirect navigation, for |
| + pages that reported a first paint. This metric is only intended to help in |
| + choosing a heuristic delay to distinguish between client-side redirects and |
| + other client initiated navigations, and will be deprecated in M54. Please |
| + contact bmcquade@chromium.org before using this metric. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="PageLoad.Internal.ClientRedirect.NavigationWithoutPaint"> |
| + <owner>bmcquade@chromium.org</owner> |
| + <summary> |
| + Counts how often a client-side redirect was initiated from a page that did |
| + not report a first paint. This metric is only intended to help in choosing a |
| + heuristic delay to distinguish between client-side redirects and other |
| + client initiated navigations, and will be deprecated in M54. Please contact |
| + bmcquade@chromium.org before using this metric. |
| </summary> |
| </histogram> |