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

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

Issue 24096024: Add UMA metrics for window selection and overview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improve the wording of histogram descriptions and fix selection uma count. Created 7 years, 3 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 | « chrome/browser/ui/ash/chrome_shell_delegate.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 4d9d75b27516baef06a3a8c593922c40fb88a68a..3a5fb0ae3905e1b221beec102b902d359c59010c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -254,6 +254,32 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Ash.WindowSelector.Items">
+ <summary>
+ The number of items (single windows or groups of windows such as panels) in
+ the window selection. Window selection occurs when a user begins alt-tabbing
+ or presses the overview button (F5 key).
+ </summary>
+</histogram>
+
+<histogram name="Ash.WindowSelector.TimeBetweenUse" units="milliseconds">
+ <summary>
+ The amount of time between uses of window selection to switch between
+ windows. Window selection is entered by alt-tabbing or by pressing the
+ overview button (F5 key).
+ </summary>
+</histogram>
+
+<histogram name="Ash.WindowSelector.TimeInOverview" units="milliseconds">
+ <summary>
+ The amount of time spent in overview mode. Overview mode is engaged when
+ lingering on a window while alt-tabbing or by pressing the overview button.
+ The time is measured from the moment the windows begin animating to a
+ thumbnail size preview to when a window is selected or selection is
+ canceled.
+ </summary>
+</histogram>
+
<histogram name="AsyncDNS.AttemptCountFail">
<summary>
Count of DnsAttempts before DnsTransaction completes with failure.
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698