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

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: add when value is recorded. 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
« no previous file with comments | « net/quic/chromium/quic_chromium_client_session.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 3880e5a9250599643130f4ae5a4e5fdb264dc0c8..6f1cecf1cf35aa95c8ffd13efc497376b0a4ab4b 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. Recorded in session destructor.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.PacketWriteTime">
<owner>rch@chromium.org</owner>
<summary>
« no previous file with comments | « net/quic/chromium/quic_chromium_client_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698