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

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

Issue 2468913002: Add CSSTiming to collect aggregate PLT-level stats about CSS. (Closed)
Patch Set: fix browser test 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:
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 2e41f9cd4cc1a6b165dfca9e1783e971405a2363..13e046fcdd97746dccc26cd1adfbc10be2d6a35b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -41159,6 +41159,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Events related to Google CAPTCHA pages being seen by users.</summary>
</histogram>
+<histogram name="PageLoad.CSSTiming.Parse.BeforeFirstContentfulPaint"
+ units="ms">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The time spent parsing author style sheets before the first contentful
+ paint.
+ </summary>
+</histogram>
+
<histogram
name="PageLoad.DocumentTiming.NavigationToDOMContentLoadedEventFired"
units="ms">
« 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