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

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

Issue 1148723006: Added Ash.TimeBetweenTaskSwitches to record time deltas between all recorded task switches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged with master. 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 | « ash/metrics/task_switch_metrics_recorder_unittest.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 12b9e6724e8cd7dc20dbc3ace887e26bdb186ce1..d3f438fa414ae46b8ba38dcf0c1c4ba654fd1693 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -860,6 +860,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Ash.TimeBetweenTaskSwitches" 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 any of the other task switch actions that are tracked. (e.g.,
+ Ash.Shelf.TimeBetweenNavigateToTaskSwitches,
+ Ash.Tab.TimeBetweenSwitchToExistingTabUserActions,
+ Ash.WindowCycleController.TimeBetweenTaskSwitches,
+ Ash.AppList.TimeBetweenTaskSwitches,
+ Ash.WindowSelector.TimeBetweenActiveWindowChanges, etc).
+ </summary>
+</histogram>
+
<histogram name="Ash.TouchDuration" units="milliseconds">
<obsolete>
Deprecated 12/2013 in r239809, and replaced by Ash.TouchDuration2.
« no previous file with comments | « ash/metrics/task_switch_metrics_recorder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698