| Interface | Description |
|---|---|
| Aggregator<R extends Result> |
Aggregator composes multiple results into one.
|
| Class | Description |
|---|---|
| AggregatorUtils | |
| AverageTimeResult |
Result class that stores average operation time.
|
| BenchmarkResult |
Benchmark result.
|
| BenchmarkResultMetaData | |
| BenchmarkTaskResult | |
| IterationResult |
Class contains all info returned by benchmark iteration or/and collected during benchmark iteration.
|
| IterationResultMetaData | |
| RawResults | |
| Result<T extends Result<T>> |
Base class for all types of results that can be returned by a benchmark.
|
| RunResult |
Complete run result.
|
| SampleTimeResult |
Result class that samples operation time.
|
| SingleShotResult |
Result class that stores once operation execution time.
|
| ThroughputResult |
Result class that counts the number of operations performed during a specified unit of time.
|
| Enum | Description |
|---|---|
| AggregationPolicy | |
| ResultRole |
Copyright © 2012-2015 Oracle. All Rights Reserved.