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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2096853002: [ash-md] Adds UMA depth count for Overview mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Adds UMA depth count for Overview mode (1-based index) 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
« no previous file with comments | « ash/common/wm/overview/window_selector.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 48932868a0b3a43b13f7c5939e80ec455b39e470..964433a344d72117fa91d3aa50e073d7731fbd7d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1608,6 +1608,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Ash.WindowSelector.SelectionDepth" units="items">
+ <owner>varkha@chromium.org</owner>
+ <owner>tdanderson@chromium.org</owner>
+ <owner>tbuckley@chromium.org</owner>
+ <summary>
+ When a window is selected in overview mode, records that window's 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.WindowSelector.TextFilteringStringLength"
units="characters">
<owner>tdanderson@chromium.org</owner>
« no previous file with comments | « ash/common/wm/overview/window_selector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698