| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 9833fb71252274f5e941fd4908c06ee7db8377cf..81f280b4bbf92b9b5881dbeb9241556005d274d7 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -29395,6 +29395,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>
|
|
|