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 23451015: Add a new histogram: Net.QuicSession.OutOfOrderGapReceived (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 3 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_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 d03b548acf9d63337485a19146d350f2e00928aa..4a06069d21b12df81900cdcc065121459a818585 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7801,10 +7801,19 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Net.QuicSession.OutOfOrderGapReceived">
+ <summary>
+ The number of missing packets between the current received packet and the
+ previously largest received packet sequence number, when the current
+ received packet had a lower sequence number than the previously received
+ packet sequence number.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.OutOfOrderPacketsReceived">
<summary>
- The number of times packets the current received packet had a lower sequence
- number than the previously received packet sequence number.
+ The number of times the current received packet had a lower sequence number
+ than the previously received packet sequence number.
</summary>
</histogram>
« 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