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

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: Restore affinity at the end 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.FailedToChangeCores" enum="WindowsVersion">
410 <summary>
411 Incremented each time the TimeTicks field trial runs on a machine with
412 multiple cores, but failed to change thread affinity. Broken down by Windows
413 version.
414 </summary>
415 </histogram>
416
417 <histogram name="WinTimeTicks.MinResolutionNanoseconds" units="nanoseconds">
418 <summary>
419 The smallest non-zero delta reported by subsequent calls to
420 QueryPerformanceCounter.
421 </summary>
422 </histogram>
423
424 <histogram name="WinTimeTicks.NonStopTsc">
425 <summary>
426 True if the CPU's time stamp counter ticks at a constant rate regardless of
427 CPU frequency.
428 </summary>
429 </histogram>
430
431 <histogram name="WinTimeTicks.TickedBackwards" enum="WindowsVersion">
432 <summary>
433 The number of times the TimeTicks field trial failed because
434 QueryPerformanceCounter ticked backwards. Broken down by Windows version.
435 </summary>
436 </histogram>
437
438 <histogram name="WinTimeTicks.VersionSuccessful" enum="WindowsVersion">
439 <summary>
440 The number of times the TimeTicks field trial succeeded. Broken down by
441 Windows version.
442 </summary>
443 </histogram>
444
445 <histogram name="WinTimeTicks.VersionTotal" enum="WindowsVersion">
446 <summary>
447 The number of times the TimeTicks field trial ran for comparison with
448 WinTimeTicks.VersionSuccess. Broken down by Windows version.
449 </summary>
450 </histogram>
451
409 </histograms> 452 </histograms>
410 453
411 <!-- Enum types --> 454 <!-- Enum types -->
412 455
413 <enums> 456 <enums>
414 457
415 <enum name="AutocheckoutBubble" type="int"> 458 <enum name="AutocheckoutBubble" type="int">
416 <int value="0" label="Created"/> 459 <int value="0" label="Created"/>
417 <int value="1" label="Accepted"/> 460 <int value="1" label="Accepted"/>
418 <int value="2" label="Dismissed"/> 461 <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"/> 1393 <int value="4" label="Set up Wallet"/>
1351 <int value="5" label="Accept ToS"/> 1394 <int value="5" label="Accept ToS"/>
1352 <int value="6" label="Update expiration date"/> 1395 <int value="6" label="Update expiration date"/>
1353 <int value="7" label="Upgrade min address"/> 1396 <int value="7" label="Upgrade min address"/>
1354 <int value="8" label="Choose another instrument or address"/> 1397 <int value="8" label="Choose another instrument or address"/>
1355 <int value="9" label="Verify CVV"/> 1398 <int value="9" label="Verify CVV"/>
1356 <int value="10" label="Invalid form field"/> 1399 <int value="10" label="Invalid form field"/>
1357 <int value="11" label="Require phone number"/> 1400 <int value="11" label="Require phone number"/>
1358 </enum> 1401 </enum>
1359 1402
1403 <enum name="WindowsVersion" type="int">
1404 <int value="0" label="Pre-XP"/>
1405 <int value="1" label="XP"/>
1406 <int value="2" label="2003 Server"/>
1407 <int value="3" label="Vista"/>
1408 <int value="4" label="Windows 7"/>
1409 <int value="5" label="Windows 8"/>
1410 </enum>
1411
1360 </enums> 1412 </enums>
1361 1413
1362 <!-- Field trials --> 1414 <!-- Field trials -->
1363 1415
1364 <fieldtrials> 1416 <fieldtrials>
1365 1417
1366 <fieldtrial name="AutofillServerExperiments"> 1418 <fieldtrial name="AutofillServerExperiments">
1367 <group name="ar06" label="Acceptance ratio: 0.6"/> 1419 <group name="ar06" label="Acceptance ratio: 0.6"/>
1368 <group name="ar1" label="Acceptance ratio: 1.0"/> 1420 <group name="ar1" label="Acceptance ratio: 1.0"/>
1369 <group name="ar2" label="Acceptance ratio: 2.0"/> 1421 <group name="ar2" label="Acceptance ratio: 2.0"/>
(...skipping 28 matching lines...) Expand all
1398 <affected-histogram name="Autofill.Quality.HeuristicType.ByFieldType"/> 1450 <affected-histogram name="Autofill.Quality.HeuristicType.ByFieldType"/>
1399 <affected-histogram name="Autofill.Quality.PredictedType"/> 1451 <affected-histogram name="Autofill.Quality.PredictedType"/>
1400 <affected-histogram name="Autofill.Quality.PredictedType.ByFieldType"/> 1452 <affected-histogram name="Autofill.Quality.PredictedType.ByFieldType"/>
1401 <affected-histogram name="Autofill.Quality.ServerType"/> 1453 <affected-histogram name="Autofill.Quality.ServerType"/>
1402 <affected-histogram name="Autofill.Quality.ServerType.ByFieldType"/> 1454 <affected-histogram name="Autofill.Quality.ServerType.ByFieldType"/>
1403 </fieldtrial> 1455 </fieldtrial>
1404 1456
1405 </fieldtrials> 1457 </fieldtrials>
1406 1458
1407 </histogram-configuration> 1459 </histogram-configuration>
OLDNEW
« chrome/browser/metrics/time_ticks_experiment_win.cc ('K') | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698