| 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>
|
|
|