Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 2cb8740a3307b6a262801375dcc437ec0de9b5b0..2ce95b7b292995568d64c55a0763bac2ebd7f0ae 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -682,7 +682,7 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
-<histogram name="Ash.WindowSelector.CycleTime" units="milliseconds"> |
+<histogram name="Ash.WindowCycleController.CycleTime" units="milliseconds"> |
<owner>flackr@chromium.org</owner> |
<owner>kuscher@google.com</owner> |
<summary> |
@@ -691,13 +691,39 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Ash.WindowSelector.ArrowKeyPresses"> |
+ <owner>flackr@chromium.org</owner> |
+ <owner>tdanderson@chromium.org</owner> |
+ <summary> |
+ The number of times the arrow keys are pressed in overview mode per session. |
+ This is only measured for the sessions that end by selecting a window with |
+ the enter key. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Ash.WindowSelector.Items"> |
<owner>flackr@chromium.org</owner> |
<owner>kuscher@google.com</owner> |
<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). |
+ the overview mode, present at the start of each session. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Ash.WindowSelector.KeyPressesOverItemsRatio"> |
flackr
2014/06/10 15:39:42
units="%"
Nina
2014/06/10 16:10:14
Done.
|
+ <owner>flackr@chromium.org</owner> |
+ <owner>tdanderson@chromium.org</owner> |
+ <summary> |
+ The ratio between the arrow key presses and the number of overview items, |
+ expressed as a percentage for a single session. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Ash.WindowSelector.OverviewClosedItems"> |
+ <owner>flackr@chromium.org</owner> |
+ <owner>tdanderson@chromium.org</owner> |
+ <summary> |
+ The number of items closed from the window overview for a single session. |
</summary> |
</histogram> |
@@ -705,9 +731,7 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<owner>flackr@chromium.org</owner> |
<owner>kuscher@google.com</owner> |
<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). |
+ The amount of time between uses of overview mode to switch between windows. |
</summary> |
</histogram> |
@@ -715,11 +739,10 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<owner>flackr@chromium.org</owner> |
<owner>kuscher@google.com</owner> |
<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. |
+ The amount of time spent in overview mode. Overview mode is engaged 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> |