org.apache.lucene.benchmark.stats
public class TestRunData extends Object
| Constructor Summary | |
|---|---|
| TestRunData() | |
| TestRunData(String id) | |
| Method Summary | |
|---|---|
| void | addData(TimeData td) Add a data point. |
| void | endRun() Mark the ending time of this test run. |
| LinkedHashMap | getData() |
| long | getEnd() |
| String | getId() |
| Collection | getLabels() Get a list of all available types of data points. |
| MemUsage | getMemUsage(String label) Get memory usage stats for a given data type. |
| long | getStart() |
| TimeData | getTotals(String label) Get total values from all data points of a given type. |
| Vector | getTotals() Get total values from all data points of all types. |
| void | setId(String id) |
| void | startRun() Mark the starting time of this test run. |
| String | toString() Return a string representation. |
Returns: a list of TimeData values for all types.