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

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

Issue 1068203002: histograms.xml: Streaming histogram update. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: units -> enum 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..8a229f4c9273b65b5f5f66d66cffcf43ac4cd2d3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43719,22 +43719,24 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="WebCore.Scripts.Async.NotStreamingReason"
- units="NotStreamingReason">
+ enum="NotStreamingReason">
<owner>marja@chromium.org</owner>
<summary>Reason for not streaming an async script.</summary>
</histogram>
-<histogram name="WebCore.Scripts.Async.StartedStreaming"
- units="BooleanStreamed">
+<histogram name="WebCore.Scripts.Async.StartedStreaming" enum="BooleanStreamed">
<owner>marja@chromium.org</owner>
<summary>Whether an async script was streamed or not.</summary>
</histogram>
+<histogram name="WebCore.Scripts.Deferred.NotStreamingReason"
+ enum="NotStreamingReason">
+ <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>
+ enum="BooleanStreamed">
<owner>marja@chromium.org</owner>
<summary>Whether a deferred script was streamed or not.</summary>
</histogram>
@@ -43752,11 +43754,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="WebCore.Scripts.ParsingBlocking.NotStreamingReason"
+ enum="NotStreamingReason">
+ <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>
+ enum="BooleanStreamed">
<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