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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1705943002: TaskScheduler [5/9] Task Tracker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_3_pq
Patch Set: self review Created 4 years, 9 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
« base/task_scheduler/test_utils.h ('K') | « base/task_scheduler/test_utils.h ('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 c140cc43a2eb3d96b99c8e1c0d0ec972d5d20908..033c3470f1123686c2e27d96fcc56c22f5dd3542 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -53005,6 +53005,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</details>
</histogram>
+<histogram name="TaskScheduler.BlockShutdownTasksPostedDuringShutdown"
+ units="Tasks">
gab 2016/03/21 17:42:30 I don't see "Tasks" as a defined unit type in hist
fdoray 2016/03/21 19:08:08 "Tabs" is not defined as a unit either. asvitkine@
Alexei Svitkine (slow) 2016/03/21 19:35:35 units= don't need an entry - it's a label for the
gab 2016/03/21 19:53:25 Got it, thanks!
+ <owner>fdoray@chromium.org</owner>
+ <summary>
+ Number of BLOCK_SHUTDOWN tasks that were posted to a base::TaskScheduler
+ after its Shutdown() method was called but before it returned.
+ </summary>
+</histogram>
+
<histogram name="ThreadWatcher.ResponseTime" units="ms">
<owner>rtenneti@chromium.org</owner>
<summary>
« base/task_scheduler/test_utils.h ('K') | « base/task_scheduler/test_utils.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698