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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1132293004: Record time between switching the active window from Ash overview mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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
« no previous file with comments | « ash/metrics/user_metrics_recorder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 9ced647767173738c3892330482b5c12fde5691f..ad456363a63b85636736e17e679fd4fd7cac36fc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1006,11 +1006,22 @@ 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.
+ </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.
Mark P 2015/05/15 17:58:37 (1) I assume this is a clarification and not a cha
tdanderson 2015/05/15 19:06:50 Yes, it's just a clarification since the two histo
</summary>
</histogram>
« no previous file with comments | « ash/metrics/user_metrics_recorder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698