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 1987913002: QUIC - add new UMA histograms to help understand HPACK head of line blocking. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review feedback Created 4 years, 6 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 | « net/quic/quic_chromium_client_session.cc ('k') | 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 30624972a915710a4c2637c2b8a0ebe493a6f5a5..bab0f583dc4af5879fdf91ea2b2d56999310bdfe 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28427,6 +28427,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.QuicHpackDecoder.IndexedEntryAge" units="ms">
+ <owner>ckrasic@chromium.org</owner>
+ <summary>
+ For each indexed representation decoded, records the time since the
+ corresponding entry was added to the dynamic table. This data is being
+ collected to help analyze a proposed solution to HPACK induced head of line
+ blocking.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicHpackDecompressionPercentage" units="%">
<owner>ckrasic@chromium.org</owner>
<summary>
@@ -28435,6 +28445,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.QuicHpackEncoder.IndexedEntryAge" units="ms">
+ <owner>ckrasic@chromium.org</owner>
+ <summary>
+ For each indexed representation encoded, records the time since the
+ corresponding entry was added to the dynamic table. This data is being
+ collected to help analyze a proposed solution to HPACK induced head of line
+ blocking.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicInchoateClientHelloReason"
enum="QuicServerConfigState">
<owner>rtenneti@chromium.org</owner>
« no previous file with comments | « net/quic/quic_chromium_client_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698