|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.util.ProcessorInfo
public class ProcessorInfo
This is a utility class that provides information about installed CPU.
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |