Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index b44ceb11621f2539b0680c3e1325bfa8ea544e0d..e4018337eec67e2c8593848a05fd868a20d19930 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -29619,6 +29619,33 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="PageLoad.Timing.Navigation.To.DOMContentLoadedEventFired" |
+ 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="PageLoad.Timing.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="PageLoad.Timing.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> |