Uses of Enum
org.openjdk.jmh.results.AggregationPolicy
Packages that use AggregationPolicy
-
Uses of AggregationPolicy in org.openjdk.jmh.results
Fields in org.openjdk.jmh.results declared as AggregationPolicyMethods in org.openjdk.jmh.results that return AggregationPolicyModifier and TypeMethodDescriptionstatic AggregationPolicyReturns 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 AggregationPolicyModifierConstructorDescriptionResult(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)