|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.core.util.Stopwatch.Statistics
public class Stopwatch.Statistics
Constructor Summary | |
---|---|
Stopwatch.Statistics()
|
Method Summary | |
---|---|
void |
add(long duration)
|
float |
getAverage()
|
int |
getCount()
|
long |
getLast()
|
long |
getMaximum()
|
long |
getMinimum()
|
long |
getTotal()
|
void |
reset()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Stopwatch.Statistics()
Method Detail |
---|
public long getMinimum()
public long getMaximum()
public long getLast()
public float getAverage()
public long getTotal()
public int getCount()
public void add(long duration)
public void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |