|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jsyn.engine.LoadAnalyzer
public class LoadAnalyzer
Measure CPU load.
Method Summary | |
---|---|
double |
getAverageLoad()
Calculate, on average, how much of the time was spent doing something. |
void |
start()
Call this when you start doing something. |
void |
stop()
Call this when you stop doing something. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void stop()
public void start()
public double getAverageLoad()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |