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. |