Uses of Enum
org.openjdk.jmh.validation.tests.BlackholeTestMode
Packages that use BlackholeTestMode
-
Uses of BlackholeTestMode in org.openjdk.jmh.validation
Methods in org.openjdk.jmh.validation with parameters of type BlackholeTestModeModifier and TypeMethodDescriptionprotected void
ValidationTest.blackholeModeMessage
(PrintWriter pw, BlackholeTestMode mode) protected String
ValidationTest.blackholeModeString
(BlackholeTestMode mode) private static void
Main.setBlackholeOpts
(BlackholeTestMode mode) -
Uses of BlackholeTestMode in org.openjdk.jmh.validation.tests
Fields in org.openjdk.jmh.validation.tests declared as BlackholeTestModeModifier and TypeFieldDescriptionprivate final BlackholeTestMode
BlackholeConsecutiveTest.mode
private final BlackholeTestMode
BlackholePipelinedTest.mode
private final BlackholeTestMode
BlackholeSingleTest.mode
Methods in org.openjdk.jmh.validation.tests that return BlackholeTestModeModifier and TypeMethodDescriptionstatic BlackholeTestMode
Returns the enum constant of this type with the specified name.static BlackholeTestMode[]
BlackholeTestMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openjdk.jmh.validation.tests with parameters of type BlackholeTestMode