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

Unified Diff: third_party/WebKit/public/web/WebPerformance.h

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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/WebPerformance.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebPerformance.h
diff --git a/third_party/WebKit/public/web/WebPerformance.h b/third_party/WebKit/public/web/WebPerformance.h
index 080b70aad1954fefa724d8118e9fa095c826c55b..0ea488beaeede4b6003ed76bb433fc0c79035fb1 100644
--- a/third_party/WebKit/public/web/WebPerformance.h
+++ b/third_party/WebKit/public/web/WebPerformance.h
@@ -95,6 +95,8 @@ public:
BLINK_EXPORT double parseStop() const;
BLINK_EXPORT double parseBlockedOnScriptLoadDuration() const;
BLINK_EXPORT double parseBlockedOnScriptLoadFromDocumentWriteDuration() const;
+ BLINK_EXPORT double parseBlockedOnScriptExecutionDuration() const;
+ BLINK_EXPORT double parseBlockedOnScriptExecutionFromDocumentWriteDuration() const;
#if BLINK_IMPLEMENTATION
WebPerformance(Performance*);
« no previous file with comments | « third_party/WebKit/Source/web/WebPerformance.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698