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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2362743002: Add TaskScheduler.NumTasksBetweenWaits.[pool] histogram. (Closed)
Patch Set: fix test error Created 4 years, 2 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 | « base/task_scheduler/scheduler_worker_pool_impl_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 752b6131947870e3170b0851340c0b75c0858cfb..bea2bf9c9df914e9ad119843d49f686b055ec2b9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -62919,6 +62919,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="TaskScheduler.NumTasksBetweenWaits" units="tasks">
+ <owner>fdoray@chromium.org</owner>
+ <owner>gab@chromium.org</owner>
+ <owner>robliao@chromium.org</owner>
+ <summary>
+ Number of tasks executed by a SchedulerWorker between two waits on its
+ WaitableEvent. This should be maximized without affecting perceived browser
+ performance.
+ </summary>
+</histogram>
+
<histogram name="TaskScheduler.TaskLatency" units="ms">
<owner>fdoray@chromium.org</owner>
<owner>gab@chromium.org</owner>
@@ -107947,6 +107958,7 @@ value.
label="Applies to the ForegroundFileIO worker pool."/>
<suffix name="ForegroundPool" label="Applies to the Foreground worker pool."/>
<affected-histogram name="TaskScheduler.DetachDuration"/>
+ <affected-histogram name="TaskScheduler.NumTasksBetweenWaits"/>
<affected-histogram name="TaskScheduler.TaskLatency"/>
</histogram_suffixes>
« no previous file with comments | « base/task_scheduler/scheduler_worker_pool_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698