Uses of Class
org.openjdk.jmh.runner.format.SupportedVMs.Level
-
Packages that use SupportedVMs.Level Package Description org.openjdk.jmh.runner.format -
-
Uses of SupportedVMs.Level in org.openjdk.jmh.runner.format
Methods in org.openjdk.jmh.runner.format that return SupportedVMs.Level Modifier and Type Method Description static SupportedVMs.Level
SupportedVMs. supportLevel(java.lang.String name)
static SupportedVMs.Level
SupportedVMs.Level. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SupportedVMs.Level[]
SupportedVMs.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-