org.apache.lucene.benchmark.byTask.stats
public class Points extends Object
Constructor Summary | |
---|---|
Points(Config config)
Create a Points statistics object. |
Method Summary | |
---|---|
void | clearData()
Clear all data, prepare for more tests. |
void | markTaskEnd(TaskStats stats, int count)
mark the end of a task |
TaskStats | markTaskStart(PerfTask task, int round)
Mark that a task is starting.
|
List | taskStats()
Return the current task stats.
the actual task stats are returned, so caller should not modify this task stats. |
Parameters: task the starting task.
Returns: the new task stats created for the starting task.
Returns: current TaskStats.