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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2801003003: Adding histograms for animated CSS properties in histograms.xml (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | 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 86275e44d40e63364085c18179a18ec78aa33ecd..34716bcca940e491601d73b9d69fbc3b39c316fb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5213,6 +5213,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Blink.UseCounter.AnimatedCSSProperties"
+ enum="MappedCSSProperties">
+ <owner>rbyers@chromium.org</owner>
+ <summary>
+ Records usage of animated CSS properties used on a page, either statically
+ or dynamically, from the time the page is initialised to when it is closed
+ or navigated away from. Each property is counted at most once per page per
+ view.
+ </summary>
+ <details>
+ Refer to Blink.UseCounter.CSSProperties for details. This histogram counts
+ usage of animated CSS properties only.
Rick Byers 2017/04/07 17:56:45 nit: clarify wording a bit, maybe "This histogram
+ </details>
+</histogram>
+
<histogram name="Blink.UseCounter.CSSProperties" enum="MappedCSSProperties">
<owner>rbyers@chromium.org</owner>
<summary>
@@ -5258,6 +5273,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</details>
</histogram>
+<histogram name="Blink.UseCounter.SVGImage.AnimatedCSSProperties"
+ enum="MappedCSSProperties">
+ <owner>rbyers@chromium.org</owner>
+ <summary>
+ Like Blink.UseCounter.CSSProperties but specifically for the case of CSS
Rick Byers 2017/04/07 17:56:45 s/CSSProperties/AnimatedCSSProperties/
+ properties used inside of an SVG image.
+ </summary>
+ <details>
+ Refer to Blink.UseCounter.SVGImage.CSSProperties for details. This histogram
+ counts usage of animated CSS properties only.
+ </details>
+</histogram>
+
<histogram name="Blink.UseCounter.SVGImage.CSSProperties"
enum="MappedCSSProperties">
<owner>rbyers@chromium.org</owner>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698