|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jniwrapper.util.FunctionCache | +--com.jniwrapper.util.ProcessorInfo
ProcessorInfo class is utility class that allows reading processor information: Name, Frequency etc.
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 processor supports 3DNow instructions. |
boolean |
has3DNowPlus()
Checks if processor supports 3DNowPlus instructions. |
boolean |
hasFPU()
Checks if processor has FPU. |
boolean |
hasMMX()
Checks if processor supports MMX instructions. |
boolean |
hasMMXPlus()
Checks if processor supports MMXPlus instructions. |
boolean |
hasSSE()
Checks if processor supports SSE instructions. |
boolean |
hasSSE2()
Checks if processor supports SSE2 instructions. |
java.lang.String |
toString()
|
Methods inherited from class com.jniwrapper.util.FunctionCache |
getFunction |
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 java.lang.String getVendor()
public java.lang.String getProcessorName()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |