|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.benchmark.byTask.stats.Points
Test run data points collected as the test proceeds.
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. |
Report |
reportAll()
Report detailed statistics as a string |
Report |
reportSelectByPrefix(String prefix)
|
Report |
reportSumByName()
Report statistics as a string, aggregate for tasks named the same. |
Report |
reportSumByNameRound()
Report statistics as a string, aggregate for tasks named the same, and from the same round. |
Report |
reportSumByPrefix(String prefix)
|
Report |
reportSumByPrefixRound(String prefix)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Points(Config config)
Method Detail |
public Report reportAll()
public Report reportSumByName()
public Report reportSumByNameRound()
public Report reportSumByPrefix(String prefix)
public Report reportSumByPrefixRound(String prefix)
public Report reportSelectByPrefix(String prefix)
public TaskStats markTaskStart(PerfTask task, int round)
task
- the starting task.
public void markTaskEnd(TaskStats stats, int count)
public void clearData()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |