| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 1f55974c8d50b3773e7ac2e95740367012ff39f5..89fd9a211d9faced3567c74f6f40d3cb447c9090 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -35836,6 +35836,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <summary>Idle time passed to V8 via IdleNotifications.</summary>
|
| </histogram>
|
|
|
| +<histogram name="V8.GCIdleTimeLimit.Overshot" units="milliseconds">
|
| + <owner>jochen@chromium.org</owner>
|
| + <owner>hpayer@chromium.org</owner>
|
| + <summary>
|
| + Milliseconds the idle time limit was overshot by the IdleNotification.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="V8.GCIdleTimeLimit.Undershot" units="milliseconds">
|
| + <owner>jochen@chromium.org</owner>
|
| + <owner>hpayer@chromium.org</owner>
|
| + <summary>
|
| + Milliseconds the idle time limit was undershot by the IdleNotification.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="V8.GCIncrementalMarking" units="milliseconds">
|
| <owner>jochen@chromium.org</owner>
|
| <owner>hpayer@chromium.org</owner>
|
|
|