Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 9ced647767173738c3892330482b5c12fde5691f..14e2f7407d3ed455650d603744fdeea77ed6edd8 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -1006,11 +1006,25 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Ash.WindowSelector.TimeBetweenActiveWindowChanges" |
+ units="seconds"> |
+ <owner>bruthig@chromium.org</owner> |
+ <owner>tdanderson@chromium.org</owner> |
+ <summary> |
+ The amount of time between endings of overview mode sessions which were |
+ caused by the user selecting a window which was not previously active. Only |
+ recorded on the second and later times that the user selected a window which |
Mark P
2015/05/15 19:56:26
nit: please add "after startup" somewhere in this
tdanderson
2015/05/15 20:05:09
Done.
|
+ was not previously active. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Ash.WindowSelector.TimeBetweenUse" units="milliseconds"> |
<owner>flackr@chromium.org</owner> |
<owner>kuscher@google.com</owner> |
<summary> |
- The amount of time between uses of overview mode to switch between windows. |
+ The amount of time between uses of overview mode, recorded when overview |
+ mode is entered. Only recorded on the second and later times that the user |
+ entered overview mode. |
</summary> |
</histogram> |