Package | Description |
---|---|
org.openjdk.jmh.profile | |
org.openjdk.jmh.results |
Constructor and Description |
---|
ProfilerResult(String label,
double n,
String unit,
AggregationPolicy policy) |
Modifier and Type | Field and Description |
---|---|
protected AggregationPolicy |
Result.policy |
Modifier and Type | Method and Description |
---|---|
static AggregationPolicy |
AggregatorUtils.aggregatePolicies(Collection<? extends Result> results) |
static AggregationPolicy |
AggregationPolicy.valueOf(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,
String label,
Statistics s,
String unit,
AggregationPolicy policy) |
Copyright © 2015. All rights reserved.