Uses of Enum
org.openjdk.jmh.results.ResultRole
Packages that use ResultRole
-
Uses of ResultRole in org.openjdk.jmh.results
Fields in org.openjdk.jmh.results declared as ResultRoleMethods in org.openjdk.jmh.results that return ResultRoleModifier and TypeMethodDescription(package private) static ResultRole
AggregatorUtils.aggregateRoles
(Collection<? extends Result> results) Result.getRole()
Return the result role.static ResultRole
Returns the enum constant of this type with the specified name.static ResultRole[]
ResultRole.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 ResultRoleModifierConstructorDescriptionAverageTimeResult
(ResultRole mode, String label, double operations, long durationNs, TimeUnit tu) (package private)
AverageTimeResult
(ResultRole mode, String label, Statistics value, String unit) Result
(ResultRole role, String label, Statistics s, String unit, AggregationPolicy policy) (package private)
SampleTimeResult
(ResultRole role, String label, SampleBuffer buffer, String unit, TimeUnit outputTimeUnit) SampleTimeResult
(ResultRole role, String label, SampleBuffer buffer, TimeUnit outputTimeUnit) SingleShotResult
(ResultRole role, String label, long duration, TimeUnit outputTimeUnit) (package private)
SingleShotResult
(ResultRole mode, String label, Statistics s, String unit) ThroughputResult
(ResultRole role, String label, double operations, long durationNs, TimeUnit outputTimeUnit) (package private)
ThroughputResult
(ResultRole role, String label, Statistics s, String unit, AggregationPolicy policy)