PhysicalProcessor

Represents a physical processor in the system. This interface provides information about the physical CPU core, its package, and efficiency, along with its unique identifier string.

Author

N7ghtm4r3

Inheritors

PhysicalProcessorImpl

Properties

Link copied to clipboard
abstract val efficiency: Int

The efficiency level of the physical processor. This value indicates how efficiently the processor operates.

Link copied to clipboard
abstract val idString: String

A unique string identifier for this physical processor, often used to distinguish between different processors in the system.

Link copied to clipboard

The unique identifier for the physical CPU package this processor belongs to.

Link copied to clipboard

The unique identifier for the physical processor in the package.