Chromium Code Reviews| 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> |