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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2342663003: QUIC - add UMA histogram to track retransmit rate for large uploads. (Closed)
Patch Set: Created 4 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 3880e5a9250599643130f4ae5a4e5fdb264dc0c8..22a30c0237e3b61732f783fa72ac6e124f7f3c79 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31413,6 +31413,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.QuicSession.PacketRetransmitsPerMille" units="permille">
+ <owner>ckrasic@chromium.org</owner>
+ <summary>
+ The number of packets retransmitted per 1000. Only sessions with
+ packets_sent &gt;= 100 are included.
Alexei Svitkine (slow) 2016/09/14 21:45:10 Nit: Mention when it's recorded.
Buck 2016/09/14 22:21:48 Done.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.PacketWriteTime">
<owner>rch@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698