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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 669793003: QUIC - Added histogram to track how often chrome sends/receives (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@disk_cache_rtt_fix
Patch Set: Fixed comments in Patch Set 3 Created 6 years, 1 month 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_connection_logger.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 f9cf99d7df9b2a71517452a2d7a5475955ca65fb..4fb068b94c1f5dfb159c3110474342216c961d31 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17261,6 +17261,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.QuicSession.BlockedFrames.Received">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ The number of BLOCKED frames recevied by a QuicSession when the session is
+ closed.
+ </summary>
+</histogram>
+
+<histogram name="Net.QuicSession.BlockedFrames.Sent">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ The number of BLOCKED frames sent by a QuicSession when the session is
+ closed.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.ClosedDuringInitializeSession">
<owner>rch@chromium.org</owner>
<summary>
« no previous file with comments | « net/quic/quic_connection_logger.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698