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

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

Issue 14150009: SPDY - Added new histograms for the number of bytes read (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | 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
===================================================================
--- tools/metrics/histograms/histograms.xml (revision 195006)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -1955,6 +1955,26 @@
<summary>The number of bytes sent per stream.</summary>
</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"
units="count">
<summary>The type of SPDY Protocol error encountered.</summary>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698