PhysicalProcessorImpl
class PhysicalProcessorImpl( val physicalPackageNumber: Int, val physicalProcessorNumber: Int, val efficiency: Int, val idString: String) : PhysicalProcessor
Implementation of the PhysicalProcessor interface, representing a physical processor in the system. This class encapsulates the details about the physical processor's package, number, efficiency, and unique identifier string.
Author
N7ghtm4r3
See also
Properties
Link copied to clipboard
efficiency
the efficiency level of the physical processor
Link copied to clipboard
physicalPackageNumber
the unique identifier for the physical CPU package this processor belongs to
Link copied to clipboard
physicalProcessorNumber
the unique identifier for the physical processor within the package