Commit d3ee6871 authored by jochen's avatar jochen Committed by Commit bot

Add new V8 histograms from https://codereview.chromium.org/572293002

R=asvitkine@chromium.org,hpayer@chromium.org
BUG=397026
NOTRY=true

Review URL: https://codereview.chromium.org/556953005

Cr-Commit-Position: refs/heads/master@{#295080}
parent deaf2f7e
......@@ -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>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment