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

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

Issue 2344633005: Add histograms for parseAuthorStyleSheet and updateStyle (Closed)
Patch Set: Created 4 years, 3 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/dom/Document.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 2972cf895dc880916baa6fbf0ac19f056c550506..2568b305b9fdd06bfe29b6c6c6fd0e1a95d55804 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -59316,6 +59316,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Style.AuthorStyleSheet.ParseTime" units="us">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ Microseconds spent in StyleSheetContents::parseAuthorStyleSheet.
+ </summary>
+</histogram>
+
+<histogram name="Style.UpdateTime" units="us">
+ <owner>csharrison@chromium.org</owner>
+ <summary>Microseconds spent in Document::updateStyle.</summary>
+</histogram>
+
<histogram name="SubresourceFilter.DocumentLoad.ActivationState"
enum="SubresourceFilterActivationState">
<owner>engedy@chromium.org</owner>
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698