Uses of Enum Class
org.openjdk.jmh.results.ResultRole
Packages that use ResultRole
-
Uses of ResultRole in org.openjdk.jmh.results
Subclasses with type arguments of type ResultRole in org.openjdk.jmh.resultsFields 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 class with the specified name.static ResultRole[]ResultRole.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 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)