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

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: Try to force a core change 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
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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 </histogram> 399 </histogram>
400 400
401 <histogram name="RequestAutocomplete.WalletRequiredActions" 401 <histogram name="RequestAutocomplete.WalletRequiredActions"
402 enum="WalletRequiredActions"> 402 enum="WalletRequiredActions">
403 <summary> 403 <summary>
404 Measures the frequency of required user actions returned by the Google 404 Measures the frequency of required user actions returned by the Google
405 Online Wallet server. 405 Online Wallet server.
406 </summary> 406 </summary>
407 </histogram> 407 </histogram>
408 408
409 <histogram name="WinTimeTicks.ChangedCores" enum="WindowsVersion">
410 <summary>
411 Incremented each time the TimeTicks field trial completes and switched cores
412 at least once. Broken down by Windows version.
413 </summary>
414 </histogram>
415
416 <histogram name="WinTimeTicks.MinResolutionNanoseconds" units="microseconds">
jar (doing other things) 2013/04/12 02:14:54 nit: units should be nanoseconds
James Simonsen 2013/04/12 02:29:46 Doh. Fixed.
417 <summary>
418 The smallest non-zero delta reported by subsequent calls to
419 QueryPerformanceCounter.
420 </summary>
421 </histogram>
422
423 <histogram name="WinTimeTicks.NonDecreasing" enum="WindowsVersion">
424 <summary>
425 The number of times the TimeTicks field trial reported non-decreasing
426 QueryPerformanceCounter values. Broken down by Windows version.
427 </summary>
428 </histogram>
429
430 <histogram name="WinTimeTicks.NonStopTsc">
431 <summary>
432 True if the CPU's time stamp counter ticks at a constant rate regardless of
433 CPU frequency.
434 </summary>
435 </histogram>
436
437 <histogram name="WinTimeTicks.VersionSuccessful" enum="WindowsVersion">
438 <summary>
439 The number of times the TimeTicks field trial succeeded. Broken down by
440 Windows version.
441 </summary>
442 </histogram>
443
444 <histogram name="WinTimeTicks.VersionTotal" enum="WindowsVersion">
445 <summary>
446 The number of times the TimeTicks field trial ran for comparison with
447 WinTimeTicks.VersionSuccess. Broken down by Windows version.
448 </summary>
449 </histogram>
450
409 </histograms> 451 </histograms>
410 452
411 <!-- Enum types --> 453 <!-- Enum types -->
412 454
413 <enums> 455 <enums>
414 456
415 <enum name="AutocheckoutBubble" type="int"> 457 <enum name="AutocheckoutBubble" type="int">
416 <int value="0" label="Created"/> 458 <int value="0" label="Created"/>
417 <int value="1" label="Accepted"/> 459 <int value="1" label="Accepted"/>
418 <int value="2" label="Dismissed"/> 460 <int value="2" label="Dismissed"/>
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 <int value="4" label="Set up Wallet"/> 1392 <int value="4" label="Set up Wallet"/>
1351 <int value="5" label="Accept ToS"/> 1393 <int value="5" label="Accept ToS"/>
1352 <int value="6" label="Update expiration date"/> 1394 <int value="6" label="Update expiration date"/>
1353 <int value="7" label="Upgrade min address"/> 1395 <int value="7" label="Upgrade min address"/>
1354 <int value="8" label="Choose another instrument or address"/> 1396 <int value="8" label="Choose another instrument or address"/>
1355 <int value="9" label="Verify CVV"/> 1397 <int value="9" label="Verify CVV"/>
1356 <int value="10" label="Invalid form field"/> 1398 <int value="10" label="Invalid form field"/>
1357 <int value="11" label="Require phone number"/> 1399 <int value="11" label="Require phone number"/>
1358 </enum> 1400 </enum>
1359 1401
1402 <enum name="WindowsVersion" type="int">
1403 <int value="0" label="Pre-XP"/>
1404 <int value="1" label="XP"/>
1405 <int value="2" label="2003 Server"/>
1406 <int value="3" label="Vista"/>
1407 <int value="4" label="7"/>
jar (doing other things) 2013/04/12 02:14:54 nit: probably "Windows 7" would be better (so it d
James Simonsen 2013/04/12 02:29:46 Done.
1408 <int value="5" label="8"/>
1409 </enum>
1410
1360 </enums> 1411 </enums>
1361 1412
1362 <!-- Field trials --> 1413 <!-- Field trials -->
1363 1414
1364 <fieldtrials> 1415 <fieldtrials>
1365 1416
1366 <fieldtrial name="AutofillServerExperiments"> 1417 <fieldtrial name="AutofillServerExperiments">
1367 <group name="ar06" label="Acceptance ratio: 0.6"/> 1418 <group name="ar06" label="Acceptance ratio: 0.6"/>
1368 <group name="ar1" label="Acceptance ratio: 1.0"/> 1419 <group name="ar1" label="Acceptance ratio: 1.0"/>
1369 <group name="ar2" label="Acceptance ratio: 2.0"/> 1420 <group name="ar2" label="Acceptance ratio: 2.0"/>
(...skipping 28 matching lines...) Expand all
1398 <affected-histogram name="Autofill.Quality.HeuristicType.ByFieldType"/> 1449 <affected-histogram name="Autofill.Quality.HeuristicType.ByFieldType"/>
1399 <affected-histogram name="Autofill.Quality.PredictedType"/> 1450 <affected-histogram name="Autofill.Quality.PredictedType"/>
1400 <affected-histogram name="Autofill.Quality.PredictedType.ByFieldType"/> 1451 <affected-histogram name="Autofill.Quality.PredictedType.ByFieldType"/>
1401 <affected-histogram name="Autofill.Quality.ServerType"/> 1452 <affected-histogram name="Autofill.Quality.ServerType"/>
1402 <affected-histogram name="Autofill.Quality.ServerType.ByFieldType"/> 1453 <affected-histogram name="Autofill.Quality.ServerType.ByFieldType"/>
1403 </fieldtrial> 1454 </fieldtrial>
1404 1455
1405 </fieldtrials> 1456 </fieldtrials>
1406 1457
1407 </histogram-configuration> 1458 </histogram-configuration>
OLDNEW
« chrome/browser/metrics/time_ticks_field_trial_win.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698