| Package | Description |
|---|---|
| org.openjdk.jmh.results |
| Modifier and Type | Field | Description |
|---|---|---|
protected ResultRole |
Result.role |
| Modifier and Type | Method | Description |
|---|---|---|
ResultRole |
Result.getRole() |
Return the result role.
|
static ResultRole |
ResultRole.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ResultRole[] |
ResultRole.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
AverageTimeResult(ResultRole mode,
String label,
double operations,
long durationNs,
TimeUnit tu) |
|
Result(ResultRole role,
String label,
Statistics s,
String unit,
AggregationPolicy policy) |
|
SampleTimeResult(ResultRole role,
String label,
SampleBuffer buffer,
TimeUnit outputTimeUnit) |
|
SingleShotResult(ResultRole role,
String label,
long duration,
TimeUnit outputTimeUnit) |
|
ThroughputResult(ResultRole role,
String label,
double operations,
long durationNs,
TimeUnit outputTimeUnit) |
Copyright © 2012-2017 Oracle. All Rights Reserved.