| Package | Description |
|---|---|
| freenet.support.CPUInformation |
CPUID implementation, borrowed from freenet, updated and heavily modified.
|
| Class and Description |
|---|
| AMDCPUInfo
An interface for classes that provide lowlevel information about AMD CPU's
|
| CPUIDCPUInfo
Moved out of CPUID.java
Ref: http://en.wikipedia.org/wiki/CPUID
|
| CPUInfo
An interface for classes that provide lowlevel information about CPU's
|
| IntelCPUInfo
An interface for classes that provide lowlevel information about Intel CPU's
|
| UnknownCPUException
Exception for unknown CPU types.
|
| VIACPUInfo
Moved out of CPUID.java
|