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

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

Issue 2859393002: Report page load timing information for child frames. (Closed)
Patch Set: rebase Created 3 years, 7 months 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 | « tools/metrics/histograms/enums.xml ('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 32f6e0504d0c1cdb42bd07cd008ccbc75effa6c5..3f2794b21a4e65fbdbdeff1a545c80a0feb4a445 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -48251,6 +48251,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>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698