Commit d7ad3e9a authored by rtenneti@chromium.org's avatar rtenneti@chromium.org

SPDY - Added new histograms for the number of bytes read

when we close the SpdySession.

R=jar@chromium.org
BUG=224701

Review URL: https://chromiumcodereview.appspot.com/14150009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195217 0039d316-1c4b-4281-b951-d872f2087c98
parent 6edb6ee8
...@@ -1955,6 +1955,26 @@ other types of suffix sets. ...@@ -1955,6 +1955,26 @@ other types of suffix sets.
<summary>The number of bytes sent per stream.</summary> <summary>The number of bytes sent per stream.</summary>
</histogram> </histogram>
<histogram name="Net.SpdySession.BytesRead.ClosedOnError" units="NetErrorCodes">
<summary>
Net error codes when SpdySession was closed, doesn't inlcuding net::OK.
</summary>
</histogram>
<histogram name="Net.SpdySession.BytesRead.EOF" units="bytes">
<summary>
Total number of bytes recevied per session before closing session due to
EOF.
</summary>
</histogram>
<histogram name="Net.SpdySession.BytesRead.OtherErrors" units="bytes">
<summary>
Total number of bytes recevied per session before closing session due to an
error during read.
</summary>
</histogram>
<histogram name="Net.SpdySessionErrorDetails" enum="SpdyProtocolErrorDetails" <histogram name="Net.SpdySessionErrorDetails" enum="SpdyProtocolErrorDetails"
units="count"> units="count">
<summary>The type of SPDY Protocol error encountered.</summary> <summary>The type of SPDY Protocol error encountered.</summary>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment