Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index efa5fe04c759cb1982eb31152ce4df36530d108d..fb76668340fe6771fe5c6787c80afcba347ca8ca 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -43730,11 +43730,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| <summary>Whether an async script was streamed or not.</summary> |
| </histogram> |
| +<histogram name="WebCore.Scripts.Deferred.NotStreamingReason" |
| + units="NotStreamingReason"> |
|
Ilya Sherman
2015/04/08 18:26:23
Hmm, did you mean "enum" rather than "units"?
|
| + <owner>marja@chromium.org</owner> |
| + <summary>Reason for not streaming a deferred script.</summary> |
| +</histogram> |
| + |
| <histogram name="WebCore.Scripts.Deferred.StartedStreaming" |
| units="BooleanStreamed"> |
| - <obsolete> |
| - Deprecated as deferred scripts are not streamed. |
| - </obsolete> |
| <owner>marja@chromium.org</owner> |
| <summary>Whether a deferred script was streamed or not.</summary> |
| </histogram> |
| @@ -43752,11 +43755,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="WebCore.Scripts.ParsingBlocking.NotStreamingReason" |
| + units="NotStreamingReason"> |
|
Ilya Sherman
2015/04/08 18:26:23
Here too.
|
| + <owner>marja@chromium.org</owner> |
| + <summary>Reason for not streaming a parsing blocking script.</summary> |
| +</histogram> |
| + |
| <histogram name="WebCore.Scripts.ParsingBlocking.StartedStreaming" |
| units="BooleanStreamed"> |
| - <obsolete> |
| - Deprecated as parsing blocking scripts are not streamed. |
| - </obsolete> |
| <owner>marja@chromium.org</owner> |
| <summary>Whether a parsing blocking script was streamed or not.</summary> |
| </histogram> |