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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2468913002: Add CSSTiming to collect aggregate PLT-level stats about CSS. (Closed)
Patch Set: add html comment 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 2041dd4cb7ce57ca4dba3a1acfbd2c7c4ce3e738..171abf40de9df887ee3ee376cbc49d557657c92a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -41015,6 +41015,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">

Powered by Google App Engine
This is Rietveld 408576698