Modifier and Type | Method and Description |
---|---|
void |
add(TaskStats stat2)
Add data from another stat, for aggregation
|
Object |
clone() |
int |
getCount() |
int[] |
getCountsByTime() |
long |
getCountsByTimeStepMSec() |
long |
getElapsed() |
long |
getMaxTotMem() |
long |
getMaxUsedMem() |
int |
getNumParallelTasks() |
int |
getNumRuns() |
int |
getRound() |
PerfTask |
getTask() |
int |
getTaskRunNum() |
void |
setCountsByTime(int[] counts,
long msecStep) |
String |
toString() |
public void setCountsByTime(int[] counts, long msecStep)
public int[] getCountsByTime()
public long getCountsByTimeStepMSec()
public int getTaskRunNum()
public int getCount()
public long getElapsed()
public long getMaxTotMem()
public long getMaxUsedMem()
public int getNumParallelTasks()
public PerfTask getTask()
public int getNumRuns()
public void add(TaskStats stat2)
stat2
- the added stat data.public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public int getRound()