Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index bff5da0e325dbb4ac324563d48c8ad4799740da1..d911c57960ccf139cdbf94b3e670981ca4917e47 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -36498,6 +36498,32 @@ 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 "script is loaded" and "script is |
| + compiled" for deferred scripts. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="WebCore.Scripts.ParsingBlocking.AlreadyLoaded" enum="Boolean"> |
|
Ilya Sherman
2014/09/03 01:37:08
nit: Please use a more custom-tailored boolean enu
marja
2014/09/04 14:54:10
Hmm, I'm not sure about the naming you suggest...
Ilya Sherman
2014/09/04 17:16:40
Sorry, I meant "Loaded" / "Not loaded" -- not sure
|
| + <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 "script is loaded" and "script is |
| + compiled" for parsing blocking scripts. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="WebCore.V8DOMWindowShell.createContext.IsolatedWorld" |
| units="milliseconds"> |
| <obsolete> |