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

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 13872016: [SPDY] Add histograms for flow control stalls (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 | « net/spdy/spdy_session.cc ('k') | 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 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 </obsolete> 1922 </obsolete>
1923 <summary> 1923 <summary>
1924 The counts of the type of sockets returned by the SOCKS pool. 1924 The counts of the type of sockets returned by the SOCKS pool.
1925 </summary> 1925 </summary>
1926 </histogram> 1926 </histogram>
1927 1927
1928 <histogram name="Net.SpdyConnectionLatency" units="milliseconds"> 1928 <histogram name="Net.SpdyConnectionLatency" units="milliseconds">
1929 <summary>Time from when the Connect() starts until it completes.</summary> 1929 <summary>Time from when the Connect() starts until it completes.</summary>
1930 </histogram> 1930 </histogram>
1931 1931
1932 <histogram name="Net.SpdyDataFrameSendStalledBySession" enum="BooleanSuccess">
1933 <summary>
1934 Whether an attempt to send a data frame was stalled by the session flow
jar (doing other things) 2013/04/19 06:22:29 I'm not sure whether the enum value "success" mean
akalin 2013/04/19 08:21:15 Sounds good to me -- I wasn't sure of the best pra
1935 control send window.
1936 </summary>
1937 </histogram>
1938
1939 <histogram name="Net.SpdyDataFrameSendStalledByStream" enum="BooleanSuccess">
1940 <summary>
1941 Whether an attempt to send a data frame was stalled by the stream flow
1942 control send window.
1943 </summary>
1944 </histogram>
1945
1932 <histogram name="Net.SpdyIPPoolDomainMatch" enum="SpdyIPPoolDomainMatch" 1946 <histogram name="Net.SpdyIPPoolDomainMatch" enum="SpdyIPPoolDomainMatch"
1933 units="count"> 1947 units="count">
1934 <summary> 1948 <summary>
1935 Status of checking if a SPDY domain can handle a IP match. If a match is 1949 Status of checking if a SPDY domain can handle a IP match. If a match is
1936 found, we successfully used the IP Pooling. If a match is not found, we 1950 found, we successfully used the IP Pooling. If a match is not found, we
1937 could have used IP Pooling, except the TLS Cert didn't match the IP-pooled 1951 could have used IP Pooling, except the TLS Cert didn't match the IP-pooled
1938 domain. 1952 domain.
1939 </summary> 1953 </summary>
1940 </histogram> 1954 </histogram>
1941 1955
(...skipping 3654 matching lines...) Expand 10 before | Expand all | Expand 10 after
5596 <fieldtrial name="SSLResumption"> 5610 <fieldtrial name="SSLResumption">
5597 <group name="Resume_Handshake" label="Session Resumption"/> 5611 <group name="Resume_Handshake" label="Session Resumption"/>
5598 <group name="Full_Handshake" label="Full"/> 5612 <group name="Full_Handshake" label="Full"/>
5599 <affected-histogram name="Net.SSL_Connection_Latency"/> 5613 <affected-histogram name="Net.SSL_Connection_Latency"/>
5600 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 5614 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
5601 </fieldtrial> 5615 </fieldtrial>
5602 5616
5603 </fieldtrials> 5617 </fieldtrials>
5604 5618
5605 </histogram-configuration> 5619 </histogram-configuration>
OLDNEW
« no previous file with comments | « net/spdy/spdy_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698