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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 905593002: Net.QuicSession.OutOfOrderLargePacketsReceived (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 a32696b714255f87ad16f798d05c718e2f60bd7f..7e9baeee85c152b03545f226f35805b78be6c84b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18479,6 +18479,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.QuicSession.OutOfOrderLargePacketsReceived">
+ <owner>rch@chromium.org</owner>
+ <summary>
+ The number of times the current received packet had a lower sequence number
+ than the previously received packet sequence number, and the size of the
+ current packet is larger than the size of the previous packet.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.OutOfOrderPacketsReceived">
<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