Commit d19f6d7c authored by marja's avatar marja Committed by Commit bot

histograms.xml for WebCore.Scripts.*

The corresponding Blink side change is
https://codereview.chromium.org/531693002/.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#293699}
parent 79cd33a2
......@@ -36669,6 +36669,33 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
<histogram name="WebCore.Scripts.Deferred.TimeBetweenLoadedAndCompiled"
units="milliseconds">
<owner>marja@chromium.org</owner>
<summary>
Time between the events &quot;script is loaded&quot; and &quot;script is
compiled&quot; for deferred scripts.
</summary>
</histogram>
<histogram name="WebCore.Scripts.ParsingBlocking.AlreadyLoaded"
enum="BooleanLoaded">
<owner>marja@chromium.org</owner>
<summary>
Whether a parsing blocking script was already preloaded from the net or the
cache by the time it was needed.
</summary>
</histogram>
<histogram name="WebCore.Scripts.ParsingBlocking.TimeBetweenLoadedAndCompiled"
units="milliseconds">
<owner>marja@chromium.org</owner>
<summary>
Time between the events &quot;script is loaded&quot; and &quot;script is
compiled&quot; for parsing blocking scripts.
</summary>
</histogram>
<histogram name="WebCore.V8DOMWindowShell.createContext.IsolatedWorld"
units="milliseconds">
<obsolete>
......@@ -38292,6 +38319,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1" label="HTTPS"/>
</enum>
<enum name="BooleanLoaded" type="int">
<int value="0" label="Not loaded"/>
<int value="1" label="Loaded"/>
</enum>
<enum name="BooleanMatched" type="int">
<int value="0" label="Not matched"/>
<int value="1" label="Matched"/>
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