Uses of Class
org.openjdk.jmh.annotations.AuxCounters.Type
-
Packages that use AuxCounters.Type Package Description org.openjdk.jmh.annotations org.openjdk.jmh.generators.core -
-
Uses of AuxCounters.Type in org.openjdk.jmh.annotations
Methods in org.openjdk.jmh.annotations that return AuxCounters.Type Modifier and Type Method Description AuxCounters.Type
value()
static AuxCounters.Type
AuxCounters.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuxCounters.Type[]
AuxCounters.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuxCounters.Type in org.openjdk.jmh.generators.core
Fields in org.openjdk.jmh.generators.core with type parameters of type AuxCounters.Type Modifier and Type Field Description private java.util.Map<java.lang.String,AuxCounters.Type>
StateObjectHandler. auxType
-