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

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: don't mix call by value and const (again!) Created 4 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 218a6430bddf39aea69ee11b416956658648b731..f0cc6ff127e524cf37f58304606545eb1196f9cb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28359,6 +28359,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.QuicHpackDecoderIndexedEntryAge" units="millisconds">
Alexei Svitkine (slow) 2016/05/24 18:00:30 Nit: units="ms" Same below.
Buck 2016/05/24 18:15:06 Done.
+ <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>
@@ -28367,6 +28377,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.QuicHpackEncoderIndexedEntryAge" units="millisconds">
+ <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>
« net/quic/quic_chromium_client_session.cc ('K') | « 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