Uses of Class
freenet.support.CPUInformation.UnknownCPUException
Package
Description
CPUID implementaion, borrowed from freenet, updated and heavily modified.
-
Uses of UnknownCPUException in freenet.support.CPUInformation
Modifier and TypeMethodDescriptionAMDInfoImpl.getCPUModelString()
CPUIDCPUInfo.getCPUModelString()
CPUInfo.getCPUModelString()
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.