パッケージ | 説明 |
---|---|
freenet.support.CPUInformation |
CPUID implementaion, borrowed from freenet, updated and heavily modified.
|
修飾子とタイプ | インタフェース | 説明 |
---|---|---|
interface |
AMDCPUInfo |
An interface for classes that provide lowlevel information about AMD CPU's
|
interface |
IntelCPUInfo |
An interface for classes that provide lowlevel information about Intel CPU's
|
interface |
VIACPUInfo |
Moved out of CPUID.java
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
(package private) class |
AMDInfoImpl |
Moved out of CPUID.java
Ref: http://en.wikipedia.org/wiki/List_of_AMD_CPU_microarchitectures
|
(package private) class |
CPUIDCPUInfo |
Moved out of CPUID.java
Ref: http://en.wikipedia.org/wiki/CPUID
|
(package private) class |
IntelInfoImpl |
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_microarchitectures
|
(package private) class |
VIAInfoImpl |
Moved out of CPUID.java
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
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.
|