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

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

Issue 2103153004: Add a histogram for delay between first paint and client side redirects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histogram xml fix Created 4 years, 6 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 ca7c1d4e347237bcc444a7a68ce026769d82deb5..4639a9d86e21e880c52912aecd069f74e5bc874c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37050,6 +37050,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PageLoad.Internal.ClientRedirectDelayAfterPaint" 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.
+ </summary>
+</histogram>
+
<histogram name="PageLoad.Internal.ProvisionalAbortChainSize.ForwardBack"
units="length">
<owner>csharrison@chromium.org</owner>
« 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