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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1312213010: PageLoadMetrics renderer and browser implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Prevent data loss on sender destruction Created 5 years, 3 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 9833fb71252274f5e941fd4908c06ee7db8377cf..d61b3e3e509e9060f61c989d65b5c41b63390302 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29395,6 +29395,32 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PageLoadTiming.Navigation.To.DOMContentLoadedEventFired"
Alexei Svitkine (slow) 2015/09/11 21:26:48 This seems to be introducing a new top-level prefi
+ units="milliseconds">
+ <owner>bmcquade@chromium.org</owner>
+ <summary>
+ Measures the time from navigation timing's navigation start to the time the
+ DOMContentLoaded event is fired, for main frame documents.
+ </summary>
+</histogram>
+
+<histogram name="PageLoadTiming.Navigation.To.FirstLayout" units="milliseconds">
+ <owner>bmcquade@chromium.org</owner>
+ <summary>
+ Measures the time from navigation timing's navigation start to the time the
+ first layout is performed, for main frame documents.
+ </summary>
+</histogram>
+
+<histogram name="PageLoadTiming.Navigation.To.LoadEventFired"
+ units="milliseconds">
+ <owner>bmcquade@chromium.org</owner>
+ <summary>
+ Measures the time from navigation timing's navigation start to the time the
+ load event is fired, for main frame documents.
+ </summary>
+</histogram>
+
<histogram name="PartitionAlloc.CommittedSize" units="MB">
<owner>haraken@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698