Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 35c048593ec6c6ad219634628179f2f78cd8efee..6a035a812c294edd838a6d36ffc3ac35d37b0c4e 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -46332,6 +46332,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="RendererScheduler.TaskDuration" units="ms"> |
| + <owner>sunyunjia@chromium.org</owner> |
| + <owner>tdresser@chromium.org</owner> |
| + <summary> |
| + The duration of every 100th task queued in the scheduler to see the |
|
tdresser
2016/07/27 18:04:25
Might be worth commenting that this is queued in t
sunyunjia
2016/07/27 19:51:05
Done.
|
| + distribution of the task duration. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="RendererScheduler.TaskQueueManager.DelayedTaskLateness" |
| units="ms"> |
| <owner>alexclarke@chromium.org</owner> |