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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 1937 matching lines...) Expand 10 before | Expand all | Expand 10 after
1948 </histogram> 1948 </histogram>
1949 1949
1950 <histogram name="Net.SpdyRecvBytes" units="bytes"> 1950 <histogram name="Net.SpdyRecvBytes" units="bytes">
1951 <summary>The number of bytes recevied per stream.</summary> 1951 <summary>The number of bytes recevied per stream.</summary>
1952 </histogram> 1952 </histogram>
1953 1953
1954 <histogram name="Net.SpdySendBytes" units="bytes"> 1954 <histogram name="Net.SpdySendBytes" units="bytes">
1955 <summary>The number of bytes sent per stream.</summary> 1955 <summary>The number of bytes sent per stream.</summary>
1956 </histogram> 1956 </histogram>
1957 1957
1958 <histogram name="Net.SpdySession.BytesRead.ClosedOnError" units="NetErrorCodes">
1959 <summary>
1960 Net error codes when SpdySession was closed, doesn't inlcuding net::OK.
1961 </summary>
1962 </histogram>
1963
1964 <histogram name="Net.SpdySession.BytesRead.EOF" units="bytes">
1965 <summary>
1966 Total number of bytes recevied per session before closing session due to
1967 EOF.
1968 </summary>
1969 </histogram>
1970
1971 <histogram name="Net.SpdySession.BytesRead.OtherErrors" units="bytes">
1972 <summary>
1973 Total number of bytes recevied per session before closing session due to an
1974 error during read.
1975 </summary>
1976 </histogram>
1977
1958 <histogram name="Net.SpdySessionErrorDetails" enum="SpdyProtocolErrorDetails" 1978 <histogram name="Net.SpdySessionErrorDetails" enum="SpdyProtocolErrorDetails"
1959 units="count"> 1979 units="count">
1960 <summary>The type of SPDY Protocol error encountered.</summary> 1980 <summary>The type of SPDY Protocol error encountered.</summary>
1961 </histogram> 1981 </histogram>
1962 1982
1963 <histogram name="Net.SpdySessionErrorDetails_Google" 1983 <histogram name="Net.SpdySessionErrorDetails_Google"
1964 enum="SpdyProtocolErrorDetails" units="count"> 1984 enum="SpdyProtocolErrorDetails" units="count">
1965 <summary> 1985 <summary>
1966 The type of SPDY Protocol error encountered when talking to a google.com 1986 The type of SPDY Protocol error encountered when talking to a google.com
1967 server. 1987 server.
(...skipping 3628 matching lines...) Expand 10 before | Expand all | Expand 10 after
5596 <fieldtrial name="SSLResumption"> 5616 <fieldtrial name="SSLResumption">
5597 <group name="Resume_Handshake" label="Session Resumption"/> 5617 <group name="Resume_Handshake" label="Session Resumption"/>
5598 <group name="Full_Handshake" label="Full"/> 5618 <group name="Full_Handshake" label="Full"/>
5599 <affected-histogram name="Net.SSL_Connection_Latency"/> 5619 <affected-histogram name="Net.SSL_Connection_Latency"/>
5600 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 5620 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
5601 </fieldtrial> 5621 </fieldtrial>
5602 5622
5603 </fieldtrials> 5623 </fieldtrials>
5604 5624
5605 </histogram-configuration> 5625 </histogram-configuration>
OLDNEW
« 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