Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index c4f6eaced25000b3fb4828196b19c157c4d67530..a100462d81793f5d9fe1d5516d2ccfd64a2a716d 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -17724,6 +17724,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Net.QuicSession.AyncRead"> |
ramant (doing other things)
2014/12/05 20:05:24
nit: AyncRead -> AsyncRead
Ryan Hamilton
2014/12/05 20:23:09
Done.
|
+ <owner>rch@chromium.org</owner> |
+ <summary> |
+ True of the result of reading a packet from the network was ERR_IO_PENDING. |
ramant (doing other things)
2014/12/05 20:05:24
nit: Should "True of" be "True if". I am not good
Ryan Hamilton
2014/12/05 20:23:09
Done.
|
+ Recorded for each packet when Read() returns. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Net.QuicSession.BlockedFrames.Received"> |
<owner>rtenneti@chromium.org</owner> |
<summary> |
@@ -18034,6 +18042,15 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Net.QuicSession.PacketWriteTime"> |
+ <owner>rch@chromium.org</owner> |
+ <summary> |
+ The time taken to Write() a QUIC packet to the socket. Recorded for each |
+ packet when it is sent. The suffix specifies if the write completed |
+ synchonously or asynchronously. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Net.QuicSession.PublicResetAddressMismatch" |
enum="QuicAddressMismatch"> |
<owner>wtc@chromium.org</owner> |
@@ -58466,6 +58483,12 @@ To add a new entry, add it with any value and run test to compute valid value. |
<affected-histogram name="Net.TCP_Connection_Latency_Interval"/> |
</histogram_suffixes> |
+<histogram_suffixes name="IOMode" separator="."> |
+ <suffix name="Synchronous"/> |
+ <suffix name="Asynchronous"/> |
+ <affected-histogram name="Net.QuicSession.PacketWriteTime"/> |
+</histogram_suffixes> |
+ |
<histogram_suffixes name="IPProtocolType" separator="_"> |
<suffix name="UDP"/> |
<suffix name="TCP"/> |