Package | Description |
---|---|
org.openjdk.jmh.results |
Modifier and Type | Field and Description |
---|---|
protected ResultRole |
Result.role |
Modifier and Type | Method and Description |
---|---|
static ResultRole |
AggregatorUtils.aggregateRoles(java.util.Collection<? extends Result> results) |
ResultRole |
Result.getRole()
Return the result role.
|
static ResultRole |
ResultRole.valueOf(java.lang.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 and Description |
---|
AverageTimeResult(ResultRole mode,
java.lang.String label,
long operations,
long durationNs,
java.util.concurrent.TimeUnit tu) |
AverageTimeResult(ResultRole mode,
java.lang.String label,
Statistics value,
java.lang.String unit) |
Result(ResultRole role,
java.lang.String label,
Statistics s,
java.lang.String unit,
AggregationPolicy policy) |
SampleTimeResult(ResultRole role,
java.lang.String label,
SampleBuffer buffer,
java.lang.String unit,
java.util.concurrent.TimeUnit outputTimeUnit) |
SampleTimeResult(ResultRole role,
java.lang.String label,
SampleBuffer buffer,
java.util.concurrent.TimeUnit outputTimeUnit) |
SingleShotResult(ResultRole role,
java.lang.String label,
long duration,
java.util.concurrent.TimeUnit outputTimeUnit) |
SingleShotResult(ResultRole mode,
java.lang.String label,
Statistics s,
java.lang.String unit) |
ThroughputResult(ResultRole role,
java.lang.String label,
long operations,
long durationNs,
java.util.concurrent.TimeUnit outputTimeUnit) |
ThroughputResult(ResultRole role,
java.lang.String label,
Statistics s,
java.lang.String unit,
AggregationPolicy policy) |