| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 5276585ba9c6410cf0752e0653ed4348a24c8203..4f4604d2d4d3e432ac3b1a11421edd27c2cc13fb 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -406,6 +406,49 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="WinTimeTicks.FailedToChangeCores" enum="WindowsVersion">
|
| + <summary>
|
| + Incremented each time the TimeTicks field trial runs on a machine with
|
| + multiple cores, but failed to change thread affinity. Broken down by Windows
|
| + version.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="WinTimeTicks.MinResolutionNanoseconds" units="nanoseconds">
|
| + <summary>
|
| + The smallest non-zero delta reported by subsequent calls to
|
| + QueryPerformanceCounter.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="WinTimeTicks.NonStopTsc">
|
| + <summary>
|
| + True if the CPU's time stamp counter ticks at a constant rate regardless of
|
| + CPU frequency.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="WinTimeTicks.TickedBackwards" enum="WindowsVersion">
|
| + <summary>
|
| + The number of times the TimeTicks field trial failed because
|
| + QueryPerformanceCounter ticked backwards. Broken down by Windows version.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="WinTimeTicks.VersionSuccessful" enum="WindowsVersion">
|
| + <summary>
|
| + The number of times the TimeTicks field trial succeeded. Broken down by
|
| + Windows version.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="WinTimeTicks.VersionTotal" enum="WindowsVersion">
|
| + <summary>
|
| + The number of times the TimeTicks field trial ran for comparison with
|
| + WinTimeTicks.VersionSuccess. Broken down by Windows version.
|
| + </summary>
|
| +</histogram>
|
| +
|
| </histograms>
|
|
|
| <!-- Enum types -->
|
| @@ -1357,6 +1400,15 @@ other types of suffix sets.
|
| <int value="11" label="Require phone number"/>
|
| </enum>
|
|
|
| +<enum name="WindowsVersion" type="int">
|
| + <int value="0" label="Pre-XP"/>
|
| + <int value="1" label="XP"/>
|
| + <int value="2" label="2003 Server"/>
|
| + <int value="3" label="Vista"/>
|
| + <int value="4" label="Windows 7"/>
|
| + <int value="5" label="Windows 8"/>
|
| +</enum>
|
| +
|
| </enums>
|
|
|
| <!-- Field trials -->
|
|
|