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

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

Issue 1171163003: Relanding "Added UMA statistics for changing the active window via click or touch events." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed memory leak. Created 5 years, 6 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 | « tools/metrics/actions/actions.xml ('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 67b73015b47b28a20df39872caf1609a381adfae..282a3d97ce87385225bbc30849b1521a1b83f361 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -626,6 +626,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Ash.Desktop.TimeBetweenNavigateToTaskSwitches" units="seconds">
+ <owner>bruthig@chromium.org</owner>
+ <owner>tdanderson@chromium.org</owner>
+ <summary>
+ The number of seconds between task window activations triggered by users
+ clicking or tapping on a window, as recorded by the Desktop_SwitchTask user
+ action. Recorded on ChromeOS only. Task switches from other sources are
+ ignored and do not affect this metric. In other words, if a user performs
+ the following steps (1) click on task window 'A' (2) Alt+Tab to task 'Z'(3)
+ click on task window 'B', then this will result in a sample recorded for the
+ time delta between activating task window 'A'and 'B'.
+ </summary>
+</histogram>
+
<histogram name="Ash.Dock.Action" enum="DockedAction">
<owner>kuscher@google.com</owner>
<owner>varkha@chromium.org</owner>
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698