Package freenet.support.CPUInformation
CPUID implementaion, borrowed from freenet, updated and heavily modified. Not recommended for external use, not maintained as a public API.
-
Interface Summary Interface Description AMDCPUInfo An interface for classes that provide lowlevel information about AMD CPU'sCPUInfo An interface for classes that provide lowlevel information about CPU'sIntelCPUInfo An interface for classes that provide lowlevel information about Intel CPU'sVIACPUInfo Moved out of CPUID.java -
Class Summary Class Description AMDInfoImpl Moved out of CPUID.java Ref: http://en.wikipedia.org/wiki/List_of_AMD_CPU_microarchitecturesCPUID A class for retrieveing details about the CPU using the CPUID assembly instruction.CPUID.CPUIDResult A class that can (amongst other things I assume) represent the state of the different CPU registers after a call to the CPUID assembly methodCPUIDCPUInfo Moved out of CPUID.java Ref: http://en.wikipedia.org/wiki/CPUIDIntelInfoImpl Moved out of CPUID.java Ref: https://software.intel.com/en-us/articles/intel-architecture-and-processor-identification-with-cpuid-model-and-family-numbers Ref: http://en.wikipedia.org/wiki/List_of_Intel_CPU_microarchitecturesVIAInfoImpl Moved out of CPUID.java -
Exception Summary Exception Description UnknownCPUException