Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1068203002: histograms.xml: Streaming histogram update. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698