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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2749383003: WorkerThread CPU Load UMA (Closed)
Patch Set: . Created 3 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index eefa4a24637aad338e86374450a6d29bb7a3930e..c759ec8d7adb99eaf3ec54b362b3ace1af354259 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -80097,6 +80097,14 @@ 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 when the worker thread task is completed.
falken 2017/03/23 06:48:05 Should we elaborate here about the reporting inter
+ </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>

Powered by Google App Engine
This is Rietveld 408576698