Uses of Class
org.openjdk.jmh.annotations.Level
-
Packages that use Level Package Description org.openjdk.jmh.annotations org.openjdk.jmh.generators.core -
-
Uses of Level in org.openjdk.jmh.annotations
Methods in org.openjdk.jmh.annotations that return Level Modifier and Type Method Description Levelvalue()Levelvalue()static LevelLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Level[]Level. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Level in org.openjdk.jmh.generators.core
Fields in org.openjdk.jmh.generators.core declared as Level Modifier and Type Field Description LevelHelperMethodInvocation. helperLevelMethods in org.openjdk.jmh.generators.core with parameters of type Level Modifier and Type Method Description java.util.Collection<java.lang.String>StateObjectHandler. getHelperBlock(MethodInfo method, Level helperLevel, HelperType type)Constructors in org.openjdk.jmh.generators.core with parameters of type Level Constructor Description HelperMethodInvocation(MethodInfo method, StateObject state, Level helperLevel, HelperType type)
-