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

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

Issue 13583007: Create a field trial to test if we can detect good QPC implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 7 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 | « chrome/chrome_tests_unit.gypi ('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 6223 matching lines...) Expand 10 before | Expand all | Expand 10 after
6234 Error classes returned by LevelDB when it failed to open a database. 6234 Error classes returned by LevelDB when it failed to open a database.
6235 </summary> 6235 </summary>
6236 </histogram> 6236 </histogram>
6237 6237
6238 <histogram name="WebCore.IndexedDB.LevelDBWriteErrors" enum="LevelDBErrorTypes"> 6238 <histogram name="WebCore.IndexedDB.LevelDBWriteErrors" enum="LevelDBErrorTypes">
6239 <summary> 6239 <summary>
6240 Error classes returned by LevelDB when it failed to write to a database. 6240 Error classes returned by LevelDB when it failed to write to a database.
6241 </summary> 6241 </summary>
6242 </histogram> 6242 </histogram>
6243 6243
6244 <histogram name="WinTimeTicks.FailedToChangeCores" enum="WindowsVersion">
6245 <summary>
6246 Incremented each time the TimeTicks field trial runs on a machine with
6247 multiple cores, but failed to change thread affinity. Broken down by Windows
6248 version.
6249 </summary>
6250 </histogram>
6251
6252 <histogram name="WinTimeTicks.MinResolutionNanoseconds" units="nanoseconds">
6253 <summary>
6254 The smallest non-zero delta reported by subsequent calls to
6255 QueryPerformanceCounter.
6256 </summary>
6257 </histogram>
6258
6259 <histogram name="WinTimeTicks.NonStopTsc">
6260 <summary>
6261 True if the CPU's time stamp counter ticks at a constant rate regardless of
6262 CPU frequency.
6263 </summary>
6264 </histogram>
6265
6266 <histogram name="WinTimeTicks.TickedBackwards" enum="WindowsVersion">
6267 <summary>
6268 The number of times the TimeTicks field trial failed because
6269 QueryPerformanceCounter ticked backwards. Broken down by Windows version.
6270 </summary>
6271 </histogram>
6272
6273 <histogram name="WinTimeTicks.VersionSuccessful" enum="WindowsVersion">
6274 <summary>
6275 The number of times the TimeTicks field trial succeeded. Broken down by
6276 Windows version.
6277 </summary>
6278 </histogram>
6279
6280 <histogram name="WinTimeTicks.VersionTotal" enum="WindowsVersion">
6281 <summary>
6282 The number of times the TimeTicks field trial ran for comparison with
6283 WinTimeTicks.VersionSuccess. Broken down by Windows version.
6284 </summary>
6285 </histogram>
6286
6244 </histograms> 6287 </histograms>
6245 6288
6246 <!-- Enum types --> 6289 <!-- Enum types -->
6247 6290
6248 <enums> 6291 <enums>
6249 6292
6250 <enum name="Abandoned" type="int"> 6293 <enum name="Abandoned" type="int">
6251 <int value="0" label="Finished"/> 6294 <int value="0" label="Finished"/>
6252 <int value="1" label="Abandoned"/> 6295 <int value="1" label="Abandoned"/>
6253 </enum> 6296 </enum>
(...skipping 3457 matching lines...) Expand 10 before | Expand all | Expand 10 after
9711 <int value="45" label="kReasonCodeCipherSuiteNotSupported"/> 9754 <int value="45" label="kReasonCodeCipherSuiteNotSupported"/>
9712 </enum> 9755 </enum>
9713 9756
9714 <enum name="WiFiStatusType" type="int"> 9757 <enum name="WiFiStatusType" type="int">
9715 <int value="0" label="kStatusCodeTypeByAp"/> 9758 <int value="0" label="kStatusCodeTypeByAp"/>
9716 <int value="1" label="kStatusCodeTypeByClient"/> 9759 <int value="1" label="kStatusCodeTypeByClient"/>
9717 <int value="2" label="kStatusCodeTypeByUser"/> 9760 <int value="2" label="kStatusCodeTypeByUser"/>
9718 <int value="3" label="kStatusCodeTypeConsideredDead"/> 9761 <int value="3" label="kStatusCodeTypeConsideredDead"/>
9719 </enum> 9762 </enum>
9720 9763
9764 <enum name="WindowsVersion" type="int">
9765 <int value="0" label="Pre-XP"/>
9766 <int value="1" label="XP"/>
9767 <int value="2" label="2003 Server"/>
9768 <int value="3" label="Vista"/>
9769 <int value="4" label="Windows 7"/>
9770 <int value="5" label="Windows 8"/>
9771 </enum>
9772
9721 </enums> 9773 </enums>
9722 9774
9723 <!-- Field trials --> 9775 <!-- Field trials -->
9724 9776
9725 <fieldtrials> 9777 <fieldtrials>
9726 9778
9727 <fieldtrial name="AsyncSlowStart"> 9779 <fieldtrial name="AsyncSlowStart">
9728 <group name="AsyncSlowStart" label="Async Slow Start on"/> 9780 <group name="AsyncSlowStart" label="Async Slow Start on"/>
9729 <group name="AsyncSlowStart_off" label="Async Slow Start off"/> 9781 <group name="AsyncSlowStart_off" label="Async Slow Start off"/>
9730 <group name="AsyncSlowStart_on" label="Async Slow Start on"/> 9782 <group name="AsyncSlowStart_on" label="Async Slow Start on"/>
(...skipping 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after
10828 <fieldtrial name="SSLResumption"> 10880 <fieldtrial name="SSLResumption">
10829 <group name="Resume_Handshake" label="Session Resumption"/> 10881 <group name="Resume_Handshake" label="Session Resumption"/>
10830 <group name="Full_Handshake" label="Full"/> 10882 <group name="Full_Handshake" label="Full"/>
10831 <affected-histogram name="Net.SSL_Connection_Latency"/> 10883 <affected-histogram name="Net.SSL_Connection_Latency"/>
10832 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 10884 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
10833 </fieldtrial> 10885 </fieldtrial>
10834 10886
10835 </fieldtrials> 10887 </fieldtrials>
10836 10888
10837 </histogram-configuration> 10889 </histogram-configuration>
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698