Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 2ca33214ffdd62a782c5161bead37895b5a28359..f4642592d95fae1b3e3256d151e9c8688cd4219b 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -13282,6 +13282,16 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Net.SpdyHpackEncodedCharacterFrequency" units="count"> |
jar (doing other things)
2014/04/29 18:40:19
nit: Units refers to the buckets, which are (as no
Johnny
2014/04/29 20:53:16
Done.
|
+ <owner>jgraettinger@chromium.org</owner> |
+ <summary> |
+ Frequencies of characters observed in request and response headers. |
+ Temporarily being collected to inform the construction of an optimized |
+ Huffman code for the HTTP/2 specification. Buckets are character ordinals |
+ offset by 1. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Net.SpdyIPPoolDomainMatch" enum="SpdyIPPoolDomainMatch" |
units="count"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |