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

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: self-review Created 4 years, 3 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.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 765057bf1a826efaf038ddec1f4349aec05f0568..ad92eb150160d0e4e3e1ac611a70641925f8f403 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -62584,6 +62584,16 @@ 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.
gab 2016/09/22 18:43:45 Add to the description that the goal is to maximiz
fdoray 2016/09/22 19:24:46 Done.
+ </summary>
+</histogram>
+
<histogram name="TaskScheduler.TaskLatency" units="ms">
<owner>fdoray@chromium.org</owner>
<owner>gab@chromium.org</owner>
@@ -106841,6 +106851,7 @@ To add a new entry, add it with any value and run test to compute valid 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.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698