Uses of Class
org.openjdk.jmh.results.ResultRole
-
Packages that use ResultRole Package Description org.openjdk.jmh.results -
-
Uses of ResultRole in org.openjdk.jmh.results
Fields in org.openjdk.jmh.results declared as ResultRole Modifier and Type Field Description protected ResultRoleResult. roleMethods in org.openjdk.jmh.results that return ResultRole Modifier and Type Method Description (package private) static ResultRoleAggregatorUtils. aggregateRoles(java.util.Collection<? extends Result> results)ResultRoleResult. getRole()Return the result role.static ResultRoleResultRole. valueOf(java.lang.String name)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 ResultRole Constructor Description AverageTimeResult(ResultRole mode, java.lang.String label, double operations, long durationNs, java.util.concurrent.TimeUnit tu)AverageTimeResult(ResultRole mode, java.lang.String label, Statistics value, java.lang.String unit)Result(ResultRole role, java.lang.String label, Statistics s, java.lang.String unit, AggregationPolicy policy)SampleTimeResult(ResultRole role, java.lang.String label, SampleBuffer buffer, java.lang.String unit, java.util.concurrent.TimeUnit outputTimeUnit)SampleTimeResult(ResultRole role, java.lang.String label, SampleBuffer buffer, java.util.concurrent.TimeUnit outputTimeUnit)SingleShotResult(ResultRole role, java.lang.String label, long duration, java.util.concurrent.TimeUnit outputTimeUnit)SingleShotResult(ResultRole mode, java.lang.String label, Statistics s, java.lang.String unit)ThroughputResult(ResultRole role, java.lang.String label, double operations, long durationNs, java.util.concurrent.TimeUnit outputTimeUnit)ThroughputResult(ResultRole role, java.lang.String label, Statistics s, java.lang.String unit, AggregationPolicy policy)
-