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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2869263002: Add UMA for CrossFadeAnimation. (Closed)
Patch Set: Created 3 years, 7 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
« ash/wm/window_animations.cc ('K') | « ash/wm/window_animations.cc ('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 c309a7f5982044ec4d2c40b0c9ff24b8f1c21a95..e70da41d215f65f841650b94354adb762e6dc669 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2371,6 +2371,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>The wallpaper type. Recorded at user login.</summary>
</histogram>
+<histogram name="Ash.Window.AnimationSmoothness.CrossFade" units="%">
+ <owner>wutao@chromium.org</owner>
+ <summary>
+ Relative smoothness of cross fade animation when setting window bounds. 100%
+ represents ideally smooth 60 frames per second. 50% represents only 30
varkha 2017/05/12 15:14:25 nit: ...represents when only...
wutao 2017/05/12 17:46:37 Done.
+ frames per second is achieved during the animations. 0% should not happen.
+ This metric is recorded exactly once when WmWindow::SetBoundsDirectCrossFade
varkha 2017/05/12 15:14:25 WmWindow will be going away so maybe just "SetBoun
wutao 2017/05/12 17:46:38 Done.
+ is called, such as when window is maximized.
+ </summary>
+</histogram>
+
<histogram name="Ash.WindowCycleController.CycleTime" units="ms">
<owner>varkha@chromium.org</owner>
<owner>tbuckley@google.com</owner>
« ash/wm/window_animations.cc ('K') | « ash/wm/window_animations.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698