Uses of Class
org.openjdk.jmh.annotations.Level
-
Packages that use Level Package Description org.openjdk.jmh.annotations -
-
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(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.
-