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

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

Issue 2749383003: WorkerThread CPU Load UMA (Closed)
Patch Set: build fix Created 3 years, 8 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 | « third_party/WebKit/Source/platform/scheduler/renderer/renderer_scheduler_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 dea89618d11fe555de65c76fbc4f511b19b4dcb5..87612f56e473220b52d24fcfc8e8926286db5faf 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -81165,6 +81165,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WorkerScheduler.WorkerThreadLoad" units="%">
+ <owner>kinuko@chromium.org</owner>
+ <summary>
+ Worker thread load, i.e. percentage of time spent on running tasks. This
+ metric is emitted at most once per kWorkerThreadLoadTrackerReportingInterval
+ sec per worker thread amortized. E.g. if a worker ran a single task for X
+ seconds and then went to idle for Y seconds before it shuts down, and
+ assuming the interval rate was 1 sec, we get X samples for 100% and Y
+ samples for 0%.
+ </summary>
+</histogram>
+
<histogram name="WorkerThread.DebuggerTask.Time" units="ms">
<owner>nhiroki@chromium.org</owner>
<summary>The time taken for running a debugger task on WorkerThread.</summary>
« no previous file with comments | « third_party/WebKit/Source/platform/scheduler/renderer/renderer_scheduler_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698