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

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

Issue 2631333002: [animations] Adds metrics for jank on selected layer animations (Closed)
Patch Set: Adds UMA reporting for ripples and overview mode (UMA name fix) Created 3 years, 11 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 00516232f1f909153184acf573263a89bae8a4dc..5023325f29e1c8a0062181160f346457460135d1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2131,6 +2131,33 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Ash.WindowSelector.AnimationSmoothness.Close" units="%">
+ <owner>varkha@chromium.org</owner>
+ <owner>tdanderson@chromium.org</owner>
+ <summary>
+ Relative smoothness of animations when closing a window in overview mode.
+ 100% represents ideally smooth 60 frames per second.
+ </summary>
+</histogram>
+
+<histogram name="Ash.WindowSelector.AnimationSmoothness.Enter" units="%">
+ <owner>varkha@chromium.org</owner>
+ <owner>tdanderson@chromium.org</owner>
+ <summary>
+ Relative smoothness of animations when entering overview mode. 100%
+ represents ideally smooth 60 frames per second.
+ </summary>
+</histogram>
+
+<histogram name="Ash.WindowSelector.AnimationSmoothness.Exit" units="%">
+ <owner>varkha@chromium.org</owner>
+ <owner>tdanderson@chromium.org</owner>
+ <summary>
+ Relative smoothness of animations when exiting overview mode. 100%
+ represents ideally smooth 60 frames per second.
+ </summary>
+</histogram>
+
<histogram name="Ash.WindowSelector.ArrowKeyPresses">
<owner>flackr@chromium.org</owner>
<owner>tdanderson@chromium.org</owner>
@@ -72157,6 +72184,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Views.AnimationSmoothness.FloodFillRipple" units="%">
+ <owner>varkha@chromium.org</owner>
+ <owner>bruthig@chromium.org</owner>
+ <summary>
+ Relative smoothness of animations when clicking or touching a rectangular
+ button that has a flood-fill ink drop ripple effect. 100% represents ideally
+ smooth 60 frames per second.
+ </summary>
+</histogram>
+
+<histogram name="Views.AnimationSmoothness.SquareRipple" units="%">
+ <owner>varkha@chromium.org</owner>
+ <owner>bruthig@chromium.org</owner>
+ <summary>
+ Relative smoothness of animations when clicking or touching a square button.
+ that has a circle ink drop ripple effect. 100% represents ideally smooth 60
+ frames per second.
+ </summary>
+</histogram>
+
<histogram name="VirtualKeyboard.KeyboardControlEvent"
enum="KeyboardControlEvent">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>

Powered by Google App Engine
This is Rietveld 408576698