Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 9ced647767173738c3892330482b5c12fde5691f..099f44fdea6f3f7b8f4098fd9f6723abeb3e22f8 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -1006,11 +1006,24 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Ash.WindowSelector.TimeBetweenActiveWindowChanges" |
+ units="seconds"> |
Mark P
2015/05/15 19:26:05
Given that this histogram recording goes through a
tdanderson
2015/05/15 19:50:51
Both histograms should be in seconds in my opinion
Mark P
2015/05/15 19:56:26
Oh, as long as the code is different then this is
|
+ <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. Not |
+ recorded on the first time overview mode is entered after startup. |
Mark P
2015/05/15 19:26:05
instead of
Not recorded on the first time overview
tdanderson
2015/05/15 19:50:51
Yes, I like that wording better. I've updated it f
|
+ </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. Not recorded on the first time overview mode is entered |
+ after startup. |
</summary> |
</histogram> |