public class ProcessorInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getFamily() |
long |
getFrequency() |
static ProcessorInfo |
getInstance() |
int |
getModel() |
java.lang.String |
getProcessorName() |
int |
getStepping() |
int |
getType() |
java.lang.String |
getVendor() |
boolean |
has3DNow()
Checks if the processor supports 3DNow instructions.
|
boolean |
has3DNowPlus()
Checks if the processor supports 3DNowPlus instructions.
|
boolean |
hasAMD64()
Checks if the processor supports AMD64 instructions.
|
boolean |
hasEM64T()
Checks if the processor supports EM64T instructions.
|
boolean |
hasFPU()
Checks if the processor has FPU.
|
boolean |
hasMMX()
Checks if the processor supports MMX instructions.
|
boolean |
hasMMXPlus()
Checks if the processor supports MMXPlus instructions.
|
boolean |
hasSSE()
Checks if the processor supports SSE instructions.
|
boolean |
hasSSE2()
Checks if the processor supports SSE2 instructions.
|
boolean |
hasSSE3()
Checks if the processor supports SSE3 instructions.
|
static void |
main(java.lang.String[] args) |
java.lang.String |
toString() |
public static ProcessorInfo getInstance()
public long getFrequency()
public int getFamily()
public int getModel()
public int getStepping()
public int getType()
public boolean hasFPU()
public boolean hasMMX()
public boolean hasMMXPlus()
public boolean has3DNow()
public boolean has3DNowPlus()
public boolean hasSSE()
public boolean hasSSE2()
public boolean hasSSE3()
public boolean hasEM64T()
public boolean hasAMD64()
public java.lang.String getVendor()
public java.lang.String getProcessorName()
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] args)