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

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

Issue 2687023003: [LazyParseCSS] Add metrics for total # of rules at 0% and 100% usage (Closed)
Patch Set: rune review Created 3 years, 10 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:
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp ('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 aa69c7280c4795c21f5ecb118515c7aa99222e1e..84b91ce94095232f2b8c1c3925098470ed1a61f5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -66527,6 +66527,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Style.TotalLazyRules" units="count">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ Tracks the total number of rules that have parsing lazily deferred in an
+ author style sheet.
+ </summary>
+</histogram>
+
+<histogram name="Style.TotalLazyRules.FullUsage" units="count">
jwd 2017/02/14 15:57:05 Not important now, but this could have been define
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ Tracks the total number of rules that have parsing lazily deferred in an
+ author style sheet, for sheets that ended up needing all their rules.
+ </summary>
+</histogram>
+
<histogram name="Style.UpdateTime" units="microseconds">
<owner>csharrison@chromium.org</owner>
<summary>Microseconds spent in Document::updateStyle.</summary>
« no previous file with comments | « third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698