|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Stats
Method Summary | |
---|---|
long |
getComputationTime()
The computation time will ideally correspond to the CPU Time or, if the JVM does not support it, the wallclock time. |
Exercise |
getExcercise(Muscle muscle)
|
long |
getProcessingTime()
The processing time represents the time this node was asigned to some resource for computation. |
long |
getReadyTime()
The ready time represents the time this node was ready for execution waiting for an available resource. |
long |
getResultsTime()
The results time represents the time since the task is considered finished, and the time the client actually asks (and gets) the result. |
float |
getTreeDepth()
The average depth of the tree, calculated as logB(#Nodes -1), where the base B is the average tree span. |
int |
getTreeSize()
|
float |
getTreeSpan()
The tree span is the average number of branches of internal tree nodes. |
long |
getWaitingTime()
The waiting time represent the time this node spent waiting for other related nodes to finish. |
long |
getWallClockTime()
|
Method Detail |
---|
long getWallClockTime()
long getComputationTime()
long getProcessingTime()
long getWaitingTime()
long getReadyTime()
long getResultsTime()
float getTreeSpan()
float getTreeDepth()
int getTreeSize()
Exercise getExcercise(Muscle muscle)
The
- muscle of interest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |