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 voidValidationTest.blackholeModeMessage(PrintWriter pw, BlackholeTestMode mode) protected StringValidationTest.blackholeModeString(BlackholeTestMode mode) private static voidMain.setBlackholeOpts(BlackholeTestMode mode) -
Uses of BlackholeTestMode in org.openjdk.jmh.validation.tests
Subclasses with type arguments of type BlackholeTestMode in org.openjdk.jmh.validation.testsFields in org.openjdk.jmh.validation.tests declared as BlackholeTestModeModifier and TypeFieldDescriptionprivate final BlackholeTestModeBlackholeConsecutiveTest.modeprivate final BlackholeTestModeBlackholePipelinedTest.modeprivate final BlackholeTestModeBlackholeSingleTest.modeMethods in org.openjdk.jmh.validation.tests that return BlackholeTestModeModifier and TypeMethodDescriptionstatic BlackholeTestModeReturns 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