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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2631333002: [animations] Adds metrics for jank on selected layer animations (Closed)
Patch Set: Adds UMA reporting for ripples and overview mode (query refresh rate) 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 | « ash/wm/overview/scoped_overview_animation_settings_aura.cc ('k') | ui/compositor/compositor.h » ('j') | 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 4379505730569ffb7b1214eb96af8b477b1466c2..c2a5873322a3c1dcc99b771de441c1a7416f0c18 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>
« no previous file with comments | « ash/wm/overview/scoped_overview_animation_settings_aura.cc ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698