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

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

Issue 2468913002: Add CSSTiming to collect aggregate PLT-level stats about CSS. (Closed)
Patch Set: minor comment/naming changes Created 4 years, 1 month 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 7c64df1610be7e13bd2afb218009d43ed6f72f6b..1c148944ef73e1a6a822b429854df3a2e39d3e6d 100644
--- a/third_party/WebKit/public/web/WebPerformance.h
+++ b/third_party/WebKit/public/web/WebPerformance.h
@@ -98,6 +98,9 @@ class WebPerformance {
BLINK_EXPORT double parseBlockedOnScriptExecutionFromDocumentWriteDuration()
const;
+ // In microseconds (seconds are too coarse).
Bryan McQuade 2016/11/04 14:11:30 are seconds really too coarse if you are using dou
Charlie Harrison 2016/11/04 16:05:19 As discussed offline, I think this really has to d
+ BLINK_EXPORT double authorStyleSheetParseDurationBeforeFCP() const;
+
#if BLINK_IMPLEMENTATION
WebPerformance(Performance*);
WebPerformance& operator=(Performance*);

Powered by Google App Engine
This is Rietveld 408576698