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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2542023003: Rename PageLoad.AbortTiming to PageLoad.Experimental.AbortTiming. (Closed)
Patch Set: fix fromgooglesearch metrics Created 4 years 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/observers/from_gws_page_load_metrics_observer.cc ('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 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>
« no previous file with comments | « chrome/browser/page_load_metrics/observers/from_gws_page_load_metrics_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698