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

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

Side-by-side diff isn't available for this file because of its large size.
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: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4919d6689410bce54d43486f5d317bb14b4f1b58..f0e3d3c98aa18cf68f94a01701254e47b8cb71ed 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -729,6 +729,16 @@ 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
tdanderson 2015/05/13 19:27:18 Perhaps clarify somehow that "contiguous" still me
bruthig 2015/05/13 21:16:21 Updated. I tried my best to be clear...
+ by the Shelf buttons where the user activates a different user-predicatble
+ task.
+ </summary>
+</histogram>
+
<histogram name="Ash.ShelfAlignmentOverTime" enum="ShelfAlignmentValue">
<owner>kuscher@google.com</owner>
<summary>
« ash/metrics/task_switch_time_tracker.cc ('K') | « 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