|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a processing unit in the Machine.
Method Summary | |
long |
getClockFrequency()
Returns the clock frequency of this processor in Hz. |
java.lang.String |
getDescription()
Returns a description of the CPU. |
double |
getLoad()
Returns the CPU load on this CPU. |
Method Detail |
public double getLoad() throws NotAvailableException
NotAvailableException
- if this functionality isn't available in
this JVM.public long getClockFrequency() throws NotAvailableException
NotAvailableException
- if this functionality isn't available in
this JVM.public java.lang.String getDescription()
getDescription
in interface Describable
Describable.getDescription()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |