Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2151363003: Split redirect delay metrics into separate histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698