Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 8b5dd5c804e344df612a0a8530a124c680d98038..62b507690cf9461d006ade6240674e2efb6b411d 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -48005,6 +48005,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<summary>Whether a navigation started in the foreground.</summary> |
</histogram> |
+<histogram name="PageLoad.Internal.OutOfOrderInterFrameTiming" units="ms"> |
+ <owner>bmcquade@chromium.org</owner> |
+ <summary> |
+ The difference in magnitude between existing and updated timing, for |
+ inter-frame timings that are received out of order. Page load metrics |
+ observes timing updates in all frames on a page. It's possible for timings |
+ in different frames to arrive out of order. This metric tracks how often |
+ this happens, along with the magnitude of the difference. |
+ </summary> |
+</histogram> |
+ |
<histogram name="PageLoad.Internal.PageLoadCompleted.AfterAppBackground" |
enum="BooleanStartedCompleted"> |
<owner>bmcquade@chromium.org</owner> |