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

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: rebase Created 4 years, 4 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
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*);

Powered by Google App Engine
This is Rietveld 408576698