| Package | Description |
|---|---|
| freenet.support.CPUInformation |
CPUID implementation, borrowed from freenet, updated and heavily modified.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AMDInfoImpl.getCPUModelString() |
String |
CPUInfo.getCPUModelString()
Gets the CPU model description.
|
String |
CPUIDCPUInfo.getCPUModelString() |
String |
IntelInfoImpl.getCPUModelString() |
static CPUInfo |
CPUID.getInfo()
Returns a CPUInfo item for the current type of CPU
If I could I would declare this method in a interface named
CPUInfoProvider and implement that interface in this class.
|