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

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

Issue 2238543002: Instrument parser blocking script execution time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 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
« no previous file with comments | « third_party/WebKit/public/web/WebPerformance.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « third_party/WebKit/public/web/WebPerformance.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698