| Package | Description |
|---|---|
| org.openjdk.jmh.results |
| Modifier and Type | Field | Description |
|---|---|---|
protected AggregationPolicy |
Result.policy |
| Modifier and Type | Method | Description |
|---|---|---|
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 | Description |
|---|---|
Result(ResultRole role,
String label,
Statistics s,
String unit,
AggregationPolicy policy) |
|
ScalarDerivativeResult(String label,
double n,
String unit,
AggregationPolicy policy) |
|
ScalarResult(String label,
double n,
String unit,
AggregationPolicy policy) |
Copyright © 2012-2017 Oracle. All Rights Reserved.