Uses of Enum Class
org.openjdk.jmh.results.AggregationPolicy
Packages that use AggregationPolicy
-
Uses of AggregationPolicy in org.openjdk.jmh.results
Subclasses with type arguments of type AggregationPolicy in org.openjdk.jmh.resultsFields in org.openjdk.jmh.results declared as AggregationPolicyMethods in org.openjdk.jmh.results that return AggregationPolicyModifier and TypeMethodDescriptionstatic AggregationPolicyReturns the enum constant of this class with the specified name.static AggregationPolicy[]AggregationPolicy.values()Returns an array containing the constants of this enum class, 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)