ProcessorIdentifierImpl
ProcessorIdentifierImpl
is an implementation of the ProcessorIdentifier
interface. It retrieves CPU identification and characteristics information using the provided processorIdentifierInfo
from CentralProcessor
.
This class encapsulates the details about the processor, including vendor, model, family, and whether the CPU is 64-bit. It provides the necessary functionality to access CPU-related data for system monitoring and analysis.
Author
N7ghtm4r3
Parameters
the underlying processor identifier info object from CentralProcessor
See also
Constructors
Properties
cpuIdentifier
a string identifier for the CPU, may combine various identifiers like model and vendor
cpuStepping
the CPU stepping (e.g., 4, B)
cpuVendorFreq
the frequency of the CPU as reported by the vendor (in Hz)
isCpu64bit
flag indicating if the CPU is 64-bit
processorId
a unique identifier for the processor, often specific to the hardware or system