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

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

Issue 2239103002: Add histograms to record QUIC Min and Smoothed RTT. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: units Created 4 years, 4 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_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 0f5c2c4e54dc52d5c3d392adc9f14d1ffd369e84..c86dd467f3c5205aac38a3c3fb19810cdef47fa9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30413,6 +30413,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.QuicSession.MinRTT" units="ms">
+ <owner>rch@chromium.org</owner>
+ <summary>
+ The minimum RTT observed during the life of a QUIC connection.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.MtuProbesSent">
<owner>rch@chromium.org</owner>
<summary>
@@ -30611,6 +30618,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.QuicSession.SmoothedRTT" units="ms">
+ <owner>rch@chromium.org</owner>
+ <summary>
+ The final smoothed RTT observed during the life of a QUIC connection.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.StreamCloseErrorCodeClient.HandshakeConfirmed"
enum="QuicErrorCodes">
<owner>rch@chromium.org</owner>
« no previous file with comments | « net/quic/chromium/quic_connection_logger.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698