IProcessor Interface
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.
public interface IProcessor
type IProcessor = interface
Public Interface IProcessor
Properties
IsSimultaneousMultithreadingEnabled |
Gets a value that indicates whether simultaneous multithreading (known as hyperthreading on Intel systems) is enabled. |
Name | |
NominalFrequency |
The advertised, normal frequency of the processor. Some processors support features which may cause them to sometimes run at lower frequencies (to save power) or at higher frequencies (to deal with heavy workloads faster). |
RelativePerformance |
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. |
Vendor |