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

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

Issue 2199953002: Add CLIENT_REDIRECT variants for page load metrics abort types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@aborts
Patch Set: fix histogram name Created 4 years, 4 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 | « chrome/browser/page_load_metrics/page_load_metrics_observer.h ('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 cba61b43c3f6bf5bc46381da68058288016a9e8e..585db5bf9c008c10c45e3fd0b1cdcc60c50d30e3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37778,6 +37778,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PageLoad.AbortTiming.ClientRedirect" units="ms">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ This metric is still experimental and not yet ready to be relied upon.
+ Measures the time from navigation start to the time the page load was
+ aborted by a client side redirect (Javascript navigation).
+ </summary>
+</histogram>
+
<histogram name="PageLoad.AbortTiming.Close" units="ms">
<owner>csharrison@chromium.org</owner>
<summary>
@@ -99965,6 +99974,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="AfterPaint.BeforeInteraction"/>
<suffix name="AfterPaint.Before1sDelayedInteraction"/>
<suffix name="DuringParse"/>
+ <affected-histogram name="PageLoad.AbortTiming.ClientRedirect"/>
<affected-histogram name="PageLoad.AbortTiming.Close"/>
<affected-histogram name="PageLoad.AbortTiming.ForwardBackNavigation"/>
<affected-histogram name="PageLoad.AbortTiming.NewNavigation"/>
« no previous file with comments | « chrome/browser/page_load_metrics/page_load_metrics_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698