org.apache.lucene.benchmark.byTask.stats
Class Points
Test run data points collected as the test proceeds.
Points
public Points(Config config)
Create a Points statistics object.
clearData
public void clearData()
Clear all data, prepare for more tests.
markTaskEnd
public void markTaskEnd(TaskStats stats,
int count)
mark the end of a task
markTaskStart
public TaskStats markTaskStart(PerfTask task,
int round)
Mark that a task is starting.
Create a task stats for it and store it as a point.
task
- the starting task.
- the new task stats created for the starting task.
reportAll
public Report reportAll()
Report detailed statistics as a string
reportSelectByPrefix
public Report reportSelectByPrefix(String prefix)
reportSumByName
public Report reportSumByName()
Report statistics as a string, aggregate for tasks named the same.
reportSumByNameRound
public Report reportSumByNameRound()
Report statistics as a string, aggregate for tasks named the same, and from the same round.
reportSumByPrefix
public Report reportSumByPrefix(String prefix)
reportSumByPrefixRound
public Report reportSumByPrefixRound(String prefix)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.