| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 1043e5631c3993d0e32a18ba3388cdb14f3014aa..036475ab2cc3b538871d481b904a2c06cb9b967b 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -41588,6 +41588,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </histogram>
|
|
|
| <histogram base="true" name="PageLoad.AbortTiming.Background" units="ms">
|
| + <obsolete>
|
| + Deprecated in favor of PageLoad.Experimental.AbortTiming equivalent.
|
| + </obsolete>
|
| <owner>bmcquade@chromium.org</owner>
|
| <owner>csharrison@chromium.org</owner>
|
| <summary>
|
| @@ -41598,6 +41601,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </histogram>
|
|
|
| <histogram base="true" name="PageLoad.AbortTiming.ClientRedirect" units="ms">
|
| + <obsolete>
|
| + Deprecated in favor of PageLoad.Experimental.AbortTiming equivalent.
|
| + </obsolete>
|
| <owner>csharrison@chromium.org</owner>
|
| <summary>
|
| This metric is still experimental and not yet ready to be relied upon.
|
| @@ -41607,6 +41613,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </histogram>
|
|
|
| <histogram base="true" name="PageLoad.AbortTiming.Close" units="ms">
|
| + <obsolete>
|
| + Deprecated in favor of PageLoad.Experimental.AbortTiming equivalent.
|
| + </obsolete>
|
| <owner>csharrison@chromium.org</owner>
|
| <summary>
|
| This metric is still experimental and not yet ready to be relied upon.
|
| @@ -41617,6 +41626,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
|
|
| <histogram base="true" name="PageLoad.AbortTiming.ForwardBackNavigation"
|
| units="ms">
|
| + <obsolete>
|
| + Deprecated in favor of PageLoad.Experimental.AbortTiming equivalent.
|
| + </obsolete>
|
| <owner>csharrison@chromium.org</owner>
|
| <summary>
|
| This metric is still experimental and not yet ready to be relied upon.
|
| @@ -41626,6 +41638,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </histogram>
|
|
|
| <histogram base="true" name="PageLoad.AbortTiming.NewNavigation" units="ms">
|
| + <obsolete>
|
| + Deprecated in favor of PageLoad.Experimental.AbortTiming equivalent.
|
| + </obsolete>
|
| <owner>csharrison@chromium.org</owner>
|
| <summary>
|
| This metric is still experimental and not yet ready to be relied upon.
|
| @@ -41635,6 +41650,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </histogram>
|
|
|
| <histogram base="true" name="PageLoad.AbortTiming.Other" units="ms">
|
| + <obsolete>
|
| + Deprecated in favor of PageLoad.Experimental.AbortTiming equivalent.
|
| + </obsolete>
|
| <owner>csharrison@chromium.org</owner>
|
| <summary>
|
| This metric is still experimental and not yet ready to be relied upon.
|
| @@ -41644,6 +41662,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </histogram>
|
|
|
| <histogram base="true" name="PageLoad.AbortTiming.Reload" units="ms">
|
| + <obsolete>
|
| + Deprecated in favor of PageLoad.Experimental.AbortTiming equivalent.
|
| + </obsolete>
|
| <owner>csharrison@chromium.org</owner>
|
| <summary>
|
| This metric is still experimental and not yet ready to be relied upon.
|
| @@ -41653,6 +41674,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </histogram>
|
|
|
| <histogram base="true" name="PageLoad.AbortTiming.Stop" units="ms">
|
| + <obsolete>
|
| + Deprecated in favor of PageLoad.Experimental.AbortTiming equivalent.
|
| + </obsolete>
|
| <owner>csharrison@chromium.org</owner>
|
| <summary>
|
| This metric is still experimental and not yet ready to be relied upon.
|
| @@ -41786,6 +41810,86 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram base="true" name="PageLoad.Experimental.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 base="true" name="PageLoad.Experimental.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 base="true" name="PageLoad.Experimental.AbortTiming.Close"
|
| + 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 the user closing the tab or browser.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram base="true"
|
| + name="PageLoad.Experimental.AbortTiming.ForwardBackNavigation" 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 forward or back navigation.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram base="true" name="PageLoad.Experimental.AbortTiming.NewNavigation"
|
| + 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 new navigation.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram base="true" name="PageLoad.Experimental.AbortTiming.Other"
|
| + 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. The abort cause is unknown.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram base="true" name="PageLoad.Experimental.AbortTiming.Reload"
|
| + 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 reload.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram base="true" name="PageLoad.Experimental.AbortTiming.Stop" 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 the user pressing stop.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PageLoad.Experimental.Cache.RequestPercent.ParseStop"
|
| units="%">
|
| <owner>csharrison@chromium.org</owner>
|
| @@ -110977,6 +111081,15 @@ value.
|
| <affected-histogram name="PageLoad.AbortTiming.Reload"/>
|
| <affected-histogram name="PageLoad.AbortTiming.Stop"/>
|
| <affected-histogram name="PageLoad.AbortTiming.UnknownNavigation"/>
|
| + <affected-histogram name="PageLoad.Experimental.AbortTiming.Background"/>
|
| + <affected-histogram name="PageLoad.Experimental.AbortTiming.ClientRedirect"/>
|
| + <affected-histogram name="PageLoad.Experimental.AbortTiming.Close"/>
|
| + <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.ForwardBackNavigation"/>
|
| + <affected-histogram name="PageLoad.Experimental.AbortTiming.NewNavigation"/>
|
| + <affected-histogram name="PageLoad.Experimental.AbortTiming.Other"/>
|
| + <affected-histogram name="PageLoad.Experimental.AbortTiming.Reload"/>
|
| + <affected-histogram name="PageLoad.Experimental.AbortTiming.Stop"/>
|
| <affected-histogram name="PageLoad.Timing2.NavigationToFirstBackground">
|
| <obsolete>
|
| deprecated in favor of PageLoad.AbortTiming.Background.*
|
| @@ -111114,6 +111227,32 @@ value.
|
| <affected-histogram
|
| name="PageLoad.DocumentTiming.NavigationToLoadEventFired"/>
|
| <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.Close.AfterCommit.BeforePaint"/>
|
| + <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.Close.AfterPaint.BeforeInteraction"/>
|
| + <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.Close.BeforeCommit"/>
|
| + <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.ForwardBackNavigation.AfterCommit.BeforePaint"/>
|
| + <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.ForwardBackNavigation.AfterPaint.Before1sDelayedInteraction"/>
|
| + <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.NewNavigation.AfterCommit.BeforePaint"/>
|
| + <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.NewNavigation.AfterPaint.BeforeInteraction"/>
|
| + <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.Other.BeforeCommit"/>
|
| + <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.Reload.AfterCommit.BeforePaint"/>
|
| + <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.Reload.AfterPaint.Before1sDelayedInteraction"/>
|
| + <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.Stop.AfterCommit.BeforePaint"/>
|
| + <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.Stop.AfterPaint.BeforeInteraction"/>
|
| + <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.Stop.BeforeCommit"/>
|
| + <affected-histogram
|
| name="PageLoad.PaintTiming.NavigationToFirstContentfulPaint"/>
|
| <affected-histogram name="PageLoad.PaintTiming.NavigationToFirstImagePaint"/>
|
| <affected-histogram name="PageLoad.PaintTiming.NavigationToFirstPaint"/>
|
| @@ -111248,6 +111387,12 @@ value.
|
| <affected-histogram name="PageLoad.AbortTiming.NewNavigation.BeforeCommit"/>
|
| <affected-histogram name="PageLoad.AbortTiming.Reload.BeforeCommit"/>
|
| <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.ForwardBackNavigation.BeforeCommit"/>
|
| + <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.NewNavigation.BeforeCommit"/>
|
| + <affected-histogram
|
| + name="PageLoad.Experimental.AbortTiming.Reload.BeforeCommit"/>
|
| + <affected-histogram
|
| name="PageLoad.PaintTiming.NavigationToFirstContentfulPaint"/>
|
| </histogram_suffixes>
|
|
|
|
|