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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2096063002: [ash-md] Adds UMA items count and selection depth for Alt+Tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Adds UMA items count and selection depth for Alt+Tab (rebased) Created 4 years, 5 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_cycle_list.h ('K') | « ash/wm/window_cycle_list.h ('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 079e480247c55c8d776933891100f6098cf679cd..cb8840acb6b57f86cf66c3cb1d048e6a143170ea 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1524,6 +1524,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Ash.WindowCycleController.Items" units="items">
+ <owner>flackr@chromium.org</owner>
+ <owner>kuscher@google.com</owner>
+ <owner>tbuckley@google.com</owner>
tdanderson 2016/06/24 19:25:56 are these actually the owners you want or is this
varkha 2016/06/24 19:59:46 Done.
+ <summary>
+ The number of windows in the Alt+Tab selector when Alt+Tab is pressed.
tdanderson 2016/06/24 19:25:56 I would clarify that it's only recorded when you s
varkha 2016/06/24 19:59:46 Done.
+ </summary>
+</histogram>
+
+<histogram name="Ash.WindowCycleController.SelectionDepth" units="items">
+ <owner>flackr@chromium.org</owner>
+ <owner>kuscher@google.com</owner>
+ <owner>tbuckley@google.com</owner>
+ <summary>
+ When a window is selected after pressing Alt+Tab, records that window's
tdanderson 2016/06/24 19:25:56 Similar to above, perhaps clarify that it's record
varkha 2016/06/24 19:59:46 Done.
+ position in the global MRU ordering. 1 represents the most-recently used
+ window, 2 represents the next most-recently used window, and so on.
+ </summary>
+</histogram>
+
<histogram name="Ash.WindowCycleController.TimeBetweenTaskSwitches"
units="seconds">
<owner>tdanderson@google.com</owner>
« ash/wm/window_cycle_list.h ('K') | « ash/wm/window_cycle_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698