Chromium Code Reviews| 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> |