Commit 9c1d7efc authored by yangguo's avatar yangguo Committed by Commit bot

Fix typo in a histogram name.

R=asvitkine@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#314331}
parent 0ec3b217
...@@ -39942,7 +39942,7 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -39942,7 +39942,7 @@ 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"> <histogram name="V8.CompileCacheableMicroSeconds" units="microseconds">
<owner>yangguo@chromium.org</owner> <owner>yangguo@chromium.org</owner>
<summary> <summary>
Time spent compiling a script that may be subject to caching. Time spent compiling a script that may be subject to caching.
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