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

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

Issue 2151363003: Split redirect delay metrics into separate histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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
« no previous file with comments | « components/page_load_metrics/browser/metrics_web_contents_observer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 70a05c4ce59c1ca483dcbeabccef53e86213dff7..a86d50a2e7ec6c669415e1e0ff868d0fba99270d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37518,8 +37518,37 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PageLoad.Internal.ClientRedirect.FirstPaintToNavigation"
+ units="ms">
+ <owner>bmcquade@chromium.org</owner>
+ <summary>
+ 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"
+ enum="Boolean">
+ <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>
+
<histogram name="PageLoad.Internal.ClientRedirectDelayAfterPaint" units="ms">
<owner>bmcquade@chromium.org</owner>
+ <obsolete>
+ Deprecated in favor of
+ PageLoad.Internal.ClientRedirect.FirstPaintToNavigation and
+ PageLoad.Internal.ClientRedirect.NavigationWithoutPaint.
+ </obsolete>
<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
« no previous file with comments | « components/page_load_metrics/browser/metrics_web_contents_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698