Package | Description |
---|---|
org.openjdk.jmh.profile | |
org.openjdk.jmh.results |
Constructor and Description |
---|
ProfilerResult(java.lang.String label,
double n,
java.lang.String unit,
AggregationPolicy policy) |
ProfilerResult(java.lang.String label,
Statistics s,
java.lang.String unit,
AggregationPolicy policy) |
Modifier and Type | Field and Description |
---|---|
private AggregationPolicy |
ThroughputResult.ThroughputAggregator.policy |
protected AggregationPolicy |
Result.policy |
Modifier and Type | Method and Description |
---|---|
static AggregationPolicy |
AggregatorUtils.aggregatePolicies(java.util.Collection<? extends Result> results) |
static AggregationPolicy |
AggregationPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregationPolicy[] |
AggregationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Result(ResultRole role,
java.lang.String label,
Statistics s,
java.lang.String unit,
AggregationPolicy policy) |
ThroughputAggregator(AggregationPolicy policy) |
ThroughputResult(ResultRole role,
java.lang.String label,
Statistics s,
java.lang.String unit,
AggregationPolicy policy) |