| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 4cd6b2186811aa8ffefb23abd30e238852862c4e..15e6c96d9a62f220474ded136b90b7da50e6f922 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -39411,6 +39411,27 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="PageLoad.ParseTiming.ParseBlockedOnScriptExecution" units="ms">
|
| + <owner>bmcquade@chromium.org</owner>
|
| + <owner>csharrison@chromium.org</owner>
|
| + <summary>
|
| + Measures the time that the HTML parser spent blocked on the execution of
|
| + scripts, for main frame documents that finished parsing.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram
|
| + name="PageLoad.ParseTiming.ParseBlockedOnScriptExecutionFromDocumentWrite"
|
| + units="ms">
|
| + <owner>bmcquade@chromium.org</owner>
|
| + <owner>csharrison@chromium.org</owner>
|
| + <summary>
|
| + Measures the time that the HTML parser spent blocked on the execution of
|
| + scripts inserted from document.write, for main frame documents that finished
|
| + parsing.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PageLoad.ParseTiming.ParseBlockedOnScriptLoad" units="ms">
|
| <owner>bmcquade@chromium.org</owner>
|
| <owner>csharrison@chromium.org</owner>
|
|
|