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

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: Add descriptions. 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4d9d75b27516baef06a3a8c593922c40fb88a68a..27e581c1214bf1430df661e46536e0cb29c3ed9f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -254,6 +254,27 @@ 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.
Ilya Sherman 2013/09/19 23:08:04 What is "the window selection"? Could you expand
flackr 2013/09/19 23:23:45 Done.
+ </summary>
+</histogram>
+
+<histogram name="Ash.WindowSelector.TimeBetweenUse" units="milliseconds">
+ <summary>
+ The amount of time between using overview or alt tab cycling to select
Ilya Sherman 2013/09/19 23:08:04 I think it would be clearer to phrase this along t
flackr 2013/09/19 23:23:45 Done.
+ windows.
+ </summary>
+</histogram>
+
+<histogram name="Ash.WindowSelector.TimeInOverview" units="milliseconds">
+ <summary>
+ The amount of time spent in overview mode by either alt tabbing or pressing
+ the overview button.
+ </summary>
+</histogram>
+
<histogram name="AsyncDNS.AttemptCountFail">
<summary>
Count of DnsAttempts before DnsTransaction completes with failure.

Powered by Google App Engine
This is Rietveld 408576698