Package | Description |
---|---|
org.apache.lucene.benchmark.byTask.stats |
Statistics maintained when running benchmark tasks.
|
org.apache.lucene.benchmark.byTask.tasks |
Extendable benchmark tasks.
|
Modifier and Type | Method and Description |
---|---|
TaskStats |
Points.markTaskStart(PerfTask task,
int round)
Mark that a task is starting.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskStats.add(TaskStats stat2)
Add data from another stat, for aggregation
|
void |
Points.markTaskEnd(TaskStats stats,
int count)
mark the end of a task
|
Modifier and Type | Method and Description |
---|---|
protected String |
ReportTask.taskReportLine(String longestOp,
TaskStats stat)
Compute a report line for the given task stat.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.