Commit bf0d63f9 authored by yangguo's avatar yangguo Committed by Commit bot

Update histograms.xml wrt new V8.Compile{Cacheable,Noncacheable}MicroSeconds histograms.

R=asvitkine@chromium.org, vogelheim@chromium.org
BUG=chromium:399580

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

Cr-Commit-Position: refs/heads/master@{#313716}
parent 737b1473
...@@ -39824,6 +39824,13 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -39824,6 +39824,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Time spent in V8 compiler (full codegen).</summary> <summary>Time spent in V8 compiler (full codegen).</summary>
</histogram> </histogram>
<histogram name="V8.CompileCacheableMicroseconds" units="microseconds">
<owner>yangguo@chromium.org</owner>
<summary>
Time spent compiling a script that may be subject to caching.
</summary>
</histogram>
<histogram name="V8.CompileDeserialize" units="milliseconds"> <histogram name="V8.CompileDeserialize" units="milliseconds">
<obsolete> <obsolete>
This histogram has been replaced by V8.CompileDeserializeMicroSeconds. This histogram has been replaced by V8.CompileDeserializeMicroSeconds.
...@@ -39871,7 +39878,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -39871,7 +39878,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="V8.CompileMicroSeconds" units="microseconds"> <histogram name="V8.CompileMicroSeconds" units="microseconds">
<owner>jochen@chromium.org</owner> <owner>jochen@chromium.org</owner>
<owner>yangguo@chromium.org</owner> <owner>yangguo@chromium.org</owner>
<summary>Time spent in V8 compiler (full codegen).</summary> <summary>Time spent in V8 compiler (full codegen) excluding parser.</summary>
</histogram>
<histogram name="V8.CompileNoncacheableMicroSeconds" units="microseconds">
<owner>yangguo@chromium.org</owner>
<summary>
Time spent compiling a script that cannot be subject to caching.
</summary>
</histogram> </histogram>
<histogram name="V8.CompileScript" units="milliseconds"> <histogram name="V8.CompileScript" units="milliseconds">
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