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 TypeMethodDescriptionResult.getRole()Return the result role.static ResultRoleReturns 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) Result(ResultRole role, String label, Statistics s, String unit, AggregationPolicy policy) SampleTimeResult(ResultRole role, String label, SampleBuffer buffer, TimeUnit outputTimeUnit) SingleShotResult(ResultRole role, String label, long duration, long ops, TimeUnit outputTimeUnit) SingleShotResult(ResultRole role, String label, long duration, TimeUnit outputTimeUnit) ThroughputResult(ResultRole role, String label, double operations, long durationNs, TimeUnit outputTimeUnit)