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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 298893010: Add three new histogram to tracking QUIC packet reordering: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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_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 357e28c2ca987420d18ed4cb081f574bcdd0bb0c..9839f067cd91dd554a6958c42cec2caccc9ca10c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13546,6 +13546,21 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.QuicSession.MaxReorderingTime" units="percent">
Ian Swett 2014/05/23 15:54:35 I think it'd be worth being clear that this is per
Ryan Hamilton 2014/05/23 16:19:15 Right, that's why it has units="percent"
+ <owner>rch@chromium.org</owner>
+ <summary>
+ The ratio of the maximum reordering time of a QUIC packet to the min rtt.
+ </summary>
+</histogram>
+
+<histogram name="Net.QuicSession.MaxReorderingTimeLongRtt" units="percent">
+ <owner>rch@chromium.org</owner>
+ <summary>
+ The ratio of the maximum reordering time of a QUIC packet to the min rtt,
+ only for those sessions with a min rtt larger than 100 ms.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.NumOpenStreams">
<owner>rch@chromium.org</owner>
<summary>
« no previous file with comments | « net/quic/quic_client_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698