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> |