Uses of Class
org.openjdk.jmh.results.AggregationPolicy
-
Packages that use AggregationPolicy Package Description org.openjdk.jmh.results -
-
Uses of AggregationPolicy in org.openjdk.jmh.results
Fields in org.openjdk.jmh.results declared as AggregationPolicy Modifier and Type Field Description protected AggregationPolicyResult. policyMethods in org.openjdk.jmh.results that return AggregationPolicy Modifier and Type Method Description static AggregationPolicyAggregationPolicy. 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.Constructors in org.openjdk.jmh.results with parameters of type AggregationPolicy 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)
-