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

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

Issue 1133123003: Added metrics to track the time between task switches done via the shelf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added ASH_EXPORT to TaskSwitchTimeTracker. 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/test/task_switch_time_tracker_test_api.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 4919d6689410bce54d43486f5d317bb14b4f1b58..f92d6403d7970c17c720fa39f6b690c0cce920ce 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -729,6 +729,20 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Ash.Shelf.TimeBetweenNavigateToTaskSwitches" units="seconds">
+ <owner>bruthig@google.com</owner>
+ <owner>tdanderson@google.com</owner>
+ <summary>
+ The number of seconds between contiguous task switch user actions triggered
+ by the Shelf buttons where the user activates a different user-predicatble
+ task. Task switches from other sources are ignored and do not affect this
+ metric. In other words, if a user performs the following steps (1) launch
+ task 'A' from the Shelf (2) Alt+Tab to task 'Z' (3) launch task 'B' from the
+ Shelf, then this will result in a sample recorded for the time delta between
+ launching tasks 'A' and 'B'.
+ </summary>
+</histogram>
+
<histogram name="Ash.ShelfAlignmentOverTime" enum="ShelfAlignmentValue">
<owner>kuscher@google.com</owner>
<summary>
« no previous file with comments | « ash/test/task_switch_time_tracker_test_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698