IProcessor.RelativePerformance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a percentage value representing how performant this CPU is relative to the most performant CPU installed in the system at the time of the trace. The most powerful CPU will always have a value of 100.
public Nullable<Microsoft.Windows.EventTracing.Percentage> RelativePerformance { get; }
member this.RelativePerformance : Nullable<Microsoft.Windows.EventTracing.Percentage>
Public ReadOnly Property RelativePerformance As Nullable(Of Percentage)