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

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

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 a7019e3dca6785a46bd0e7747a3d286040faaf76..3bee5b1554572edd9da48429f6da242ac1ecc648 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1016,11 +1016,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 after startup that the user selected
+ 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. Only recorded on the second and later times after startup
+ that the user entered overview mode.
</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