org.apache.lucene.benchmark.byTask.stats
public class TaskStats extends Object implements Cloneable
Method Summary | |
---|---|
void | add(TaskStats stat2)
Add data from another stat, for aggregation |
Object | clone() |
int | getCount() |
long | getElapsed() |
long | getMaxTotMem() |
long | getMaxUsedMem() |
int | getNumParallelTasks() |
int | getNumRuns() |
int | getRound() |
PerfTask | getTask() |
int | getTaskRunNum() |
String | toString() |
Parameters: stat2 the added stat data.
Returns: Returns the count.
Returns: elapsed time.
Returns: Returns the maxTotMem.
Returns: Returns the maxUsedMem.
Returns: Returns the numParallelTasks.
Returns: Returns the numRuns.
Returns: the round number.
Returns: Returns the task.
Returns: the taskRunNum.