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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1449253002: [do not review][page_load_metrics] User Initiated Abort Tracking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@plm_navigation_start
Patch Set: Add 100ms condition to overriding ABORT_OTHER. Remove ABORT_OTHER for committed loads Created 5 years, 1 month 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 91055f09f2f5786c8919d1b400d370776a30f39d..e7d7467a2ec59db63c44fb7d19262e870bc5be11 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31014,6 +31014,116 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PageLoad.Timing2.Aborts.Committed.CloseBeforePaint"
+ units="milliseconds">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ Measures the time from navigation start to the user aborting the load before
+ its first paint by closing the tab or browser. The load had committed and
+ received initial data.
+ </summary>
+</histogram>
+
+<histogram name="PageLoad.Timing2.Aborts.Committed.ForwardBackBeforePaint"
+ units="milliseconds">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ Measures the time from navigation start to the user aborting the load before
+ its first paint by going back/forward. The load had committed and received
+ initial data.
+ </summary>
+</histogram>
+
+<histogram name="PageLoad.Timing2.Aborts.Committed.NewNavigationBeforePaint"
+ units="milliseconds">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ Measures the time from navigation start to the user aborting the load before
+ its first paint by starting a new navigation. The load had committed and
+ received initial data.
+ </summary>
+</histogram>
+
+<histogram name="PageLoad.Timing2.Aborts.Committed.ReloadBeforePaint"
+ units="milliseconds">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ Measures the time from navigation start to the user aborting the load before
+ its first paint by reloading the page. The load had committed and received
+ initial data.
+ </summary>
+</histogram>
+
+<histogram name="PageLoad.Timing2.Aborts.Committed.StopBeforePaint"
+ units="milliseconds">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ Measures the time from navigation start to the user aborting the load before
+ its first paint by pressing the stop button. The load had committed and
+ received initial data.
+ </summary>
+</histogram>
+
+<histogram name="PageLoad.Timing2.Aborts.Provisional.CloseBeforePaint"
+ units="milliseconds">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ Measures the time from navigation start to the user aborting the load before
+ its first paint by closing the tab or browser. The load was provisional and
+ had not received any data yet.
+ </summary>
+</histogram>
+
+<histogram name="PageLoad.Timing2.Aborts.Provisional.ForwardBackBeforePaint"
+ units="milliseconds">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ Measures the time from navigation start to the user aborting the load before
+ its first paint by going back/forward. The load was provisional and had not
+ received any data yet.
+ </summary>
+</histogram>
+
+<histogram name="PageLoad.Timing2.Aborts.Provisional.NewNavigationBeforePaint"
+ units="milliseconds">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ Measures the time from navigation start to the user aborting the load before
+ its first paint by starting a new navigation. The load was provisional and
+ had not received any data yet.
+ </summary>
+</histogram>
+
+<histogram name="PageLoad.Timing2.Aborts.Provisional.OtherAbortBeforePaint"
+ units="milliseconds">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ Measures the time from navigation start to the user aborting the load before
+ its first paint by some other abort mechanism. The load was provisional and
+ had not received any data yet.
+ </summary>
+</histogram>
+
+<histogram name="PageLoad.Timing2.Aborts.Provisional.ReloadBeforePaint"
+ units="milliseconds">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ Measures the time from navigation start to the user aborting the load before
+ its first paint by reloading the page. The load was provisional and had not
+ received any data yet.
+ </summary>
+</histogram>
+
+<histogram name="PageLoad.Timing2.Aborts.Provisional.StopBeforePaint"
+ units="milliseconds">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ Measures the time from navigation start to the user aborting the load before
+ its first paint by pressing the stop button. The load was provisional and
+ had not received any data yet.
+ </summary>
+</histogram>
+
<histogram name="PageLoad.Timing2.NavigationToDOMContentLoadedEventFired"
units="milliseconds">
<owner>bmcquade@chromium.org</owner>
@@ -31035,6 +31145,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PageLoad.Timing2.NavigationToFirstBackgroundBeforePaint"
+ units="milliseconds">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ Measures the time from navigation start to the user faux-aborting the load
+ before its first paint by backgrounding the tab.
+ </summary>
+</histogram>
+
<histogram name="PageLoad.Timing2.NavigationToFirstContentfulPaint"
units="milliseconds">
<owner>ksakamoto@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698