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

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

Issue 2859393002: Report page load timing information for child frames. (Closed)
Patch Set: add comment 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
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>
« chrome/browser/page_load_metrics/page_load_tracker.cc ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698