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(Collection<? extends Result> results) |
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 and Description |
---|
AverageTimeResult(ResultRole mode,
String label,
long 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,
long operations,
long durationNs,
TimeUnit outputTimeUnit) |
Copyright © 2015. All rights reserved.