class Solid.Processor |
|
|
This device interface is available on processors. |
|
Creates a new Processor object. You generally won't need this. It's created when necessary using Device.as().
backendObject - the device interface object provided by the backend See also Solid.Device.as() |
|
Indicates if the processor can change the CPU frequency. True if a processor is able to change it's own CPU frequency. (generally for power management). Returns true if the processor can change CPU frequency, false otherwise |
|
Get the Solid.DeviceInterface.Type of the Processor device interface. Returns the Processor device interface type See also Solid.Ifaces.Enums.DeviceInterface.Type |
|
Queries the instructions set extensions of the CPU. Returns the extensions supported by the CPU |
|
Retrieves the maximum speed of the processor. Returns the maximum speed in MHz |
|
Retrieves the processor number in the system. Returns the internal processor number in the system, starting from zero |
NoExtensions | - | ||
IntelMmx | - | ||
IntelSse | - | ||
IntelSse2 | - | ||
IntelSse3 | - | ||
IntelSse4 | - | ||
Amd3DNow | - | ||
AltiVec | - |