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

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

Issue 15211004: Add histogram to measure the read deferral on crosswebsite navigation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | « content/browser/loader/resource_loader.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 6986 matching lines...) Expand 10 before | Expand all | Expand 10 after
6997 </summary> 6997 </summary>
6998 </histogram> 6998 </histogram>
6999 6999
7000 <histogram name="Net.RenegotiationExtensionSupported"> 7000 <histogram name="Net.RenegotiationExtensionSupported">
7001 <summary> 7001 <summary>
7002 True if the HTTP request was sent to a server which supports the TLS 7002 True if the HTTP request was sent to a server which supports the TLS
7003 renegotiation extension. 7003 renegotiation extension.
7004 </summary> 7004 </summary>
7005 </histogram> 7005 </histogram>
7006 7006
7007 <histogram name="Net.ResourceLoader.ReadDeferral" units="milliseconds">
7008 <summary>
7009 When starting a cross-site navigation, the time between reading the headers
7010 and body of the response.
7011 </summary>
7012 </histogram>
7013
7007 <histogram name="Net.SocketIdleTimeBeforeNextUse_ReusedSocket"> 7014 <histogram name="Net.SocketIdleTimeBeforeNextUse_ReusedSocket">
7008 <summary>The time an already used socket sat idle before being used.</summary> 7015 <summary>The time an already used socket sat idle before being used.</summary>
7009 </histogram> 7016 </histogram>
7010 7017
7011 <histogram name="Net.SocketIdleTimeBeforeNextUse_UnusedSocket"> 7018 <histogram name="Net.SocketIdleTimeBeforeNextUse_UnusedSocket">
7012 <summary> 7019 <summary>
7013 The time an unused socket (all HTTP sockets, regardless of any proxy used) 7020 The time an unused socket (all HTTP sockets, regardless of any proxy used)
7014 sat idle before being used. 7021 sat idle before being used.
7015 </summary> 7022 </summary>
7016 </histogram> 7023 </histogram>
(...skipping 17322 matching lines...) Expand 10 before | Expand all | Expand 10 after
24339 <group name="Disabled" label="Neither extra webstore link is visible"/> 24346 <group name="Disabled" label="Neither extra webstore link is visible"/>
24340 <group name="FooterLink" label="Link in bottom right of footer"/> 24347 <group name="FooterLink" label="Link in bottom right of footer"/>
24341 <group name="PlusIcon" label="Plus icon in apps page"/> 24348 <group name="PlusIcon" label="Plus icon in apps page"/>
24342 <affected-histogram name="Extensions.AppLaunch"/> 24349 <affected-histogram name="Extensions.AppLaunch"/>
24343 <affected-histogram name="NewTabPage.DefaultPageType"/> 24350 <affected-histogram name="NewTabPage.DefaultPageType"/>
24344 </fieldtrial> 24351 </fieldtrial>
24345 24352
24346 </fieldtrials> 24353 </fieldtrials>
24347 24354
24348 </histogram-configuration> 24355 </histogram-configuration>
OLDNEW
« no previous file with comments | « content/browser/loader/resource_loader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698