Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 75f16fdd33e2dc9286685a4235553e439a553fba..ed9c67cafa7554870cac3e6fba32f2afd7182df3 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -47574,6 +47574,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="RendererScheduler.BackgroundRendererLoad" units="%"> |
| + <owner>altimin@chromium.org</owner> |
| + <summary> |
| + Background renderer load level i.e. percentage of the time spent on running |
| + tasks. |
|
Mark P
2016/08/22 17:28:38
Every histogram should mention when it is emitted.
altimin
2016/08/22 17:39:33
Actually, it's main thread load. Changed name to r
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="RendererScheduler.ExpectedTaskQueueingDuration" units="ms"> |
| <owner>tdresser@chromium.org</owner> |
| <summary> |
| @@ -47583,6 +47591,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="RendererScheduler.ForegroundRendererLoad" units="%"> |
| + <owner>altimin@chromium.org</owner> |
| + <summary> |
| + Foreground renderer load level i.e. percentage of the time spent on running |
| + tasks. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="RendererScheduler.TaskQueueManager.DelayedTaskLateness" |
| units="ms"> |
| <owner>alexclarke@chromium.org</owner> |