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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2403113004: Add new background abort type. (Closed)
Patch Set: fix tests Created 4 years, 2 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 fdb4cff04cf4cb8c4f2b0a4b2fa06a7e8ce07cfc..d33b16d05f3669d85db8b70747f67dc566ff2fd7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40099,6 +40099,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PageLoad.AbortTiming.Background" units="ms">
+ <owner>bmcquade@chromium.org</owner>
+ <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 due to being backgrounded.
+ </summary>
+</histogram>
+
<histogram name="PageLoad.AbortTiming.ClientRedirect" units="ms">
<owner>csharrison@chromium.org</owner>
<summary>
@@ -107318,6 +107328,7 @@ value.
<suffix name="AfterPaint.BeforeInteraction"/>
<suffix name="AfterPaint.Before1sDelayedInteraction"/>
<suffix name="DuringParse"/>
+ <affected-histogram name="PageLoad.AbortTiming.Background"/>
<affected-histogram name="PageLoad.AbortTiming.ClientRedirect"/>
<affected-histogram name="PageLoad.AbortTiming.Close"/>
<affected-histogram name="PageLoad.AbortTiming.ForwardBackNavigation"/>
« 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