Uses of Interface
org.openjdk.jmh.runner.options.Options
Packages that use Options
Package
Description
-
Uses of Options in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner declared as OptionsMethods in org.openjdk.jmh.runner with parameters of type OptionsModifier and TypeMethodDescriptionprivate static OutputFormatRunner.createOutputFormat(Options options) Constructors in org.openjdk.jmh.runner with parameters of type OptionsModifierConstructorDescriptionBaseRunner(Options options, OutputFormat handler) BenchmarkHandler(OutputFormat out, Options options, BenchmarkParams executionParams) ForkedRunner(Options options, BinaryLinkClient link) Create Runner with the given options.Runner(Options options, OutputFormat format) Create runner with the custom OutputFormat. -
Uses of Options in org.openjdk.jmh.runner.link
Fields in org.openjdk.jmh.runner.link declared as OptionsModifier and TypeFieldDescriptionprivate final OptionsBinaryLinkServer.optsprivate final OptionsHandshakeResponseFrame.optsMethods in org.openjdk.jmh.runner.link that return OptionsConstructors in org.openjdk.jmh.runner.link with parameters of type Options -
Uses of Options in org.openjdk.jmh.runner.options
Classes in org.openjdk.jmh.runner.options that implement OptionsModifier and TypeClassDescriptionclassClass that handles all the command line options.classFields in org.openjdk.jmh.runner.options declared as OptionsMethods in org.openjdk.jmh.runner.options that return OptionsModifier and TypeMethodDescriptionChainedOptionsBuilder.build()Produce the final OptionsOptionsBuilder.build()Methods in org.openjdk.jmh.runner.options with parameters of type OptionsModifier and TypeMethodDescriptionOverride the defaults from the given option. -
Uses of Options in org.openjdk.jmh.samples
Fields in org.openjdk.jmh.samples declared as OptionsModifier and TypeFieldDescription(package private) final OptionsJMHSample_25_API_GA.Chromosome.baseOptsConstructors in org.openjdk.jmh.samples with parameters of type Options -
Uses of Options in org.openjdk.jmh.validation
Methods in org.openjdk.jmh.validation with parameters of type OptionsModifier and TypeMethodDescriptionabstract voidValidationTest.runWith(PrintWriter pw, Options parent) -
Uses of Options in org.openjdk.jmh.validation.tests
Methods in org.openjdk.jmh.validation.tests with parameters of type OptionsModifier and TypeMethodDescription(package private) voidTimingMeasurementsTest.doCurrentTimeMillis(PrintWriter pw, Options parent, String type, boolean max) private voidTimingMeasurementsTest.doEmpty(PrintWriter pw, Options parent, Mode mode, boolean max) (package private) voidTimingMeasurementsTest.doNanoTime(PrintWriter pw, Options parent, String type, boolean max) private voidCompilerHintsTest.doWith(Options parent, PrintWriter pw, String test, String descr) voidBlackholeConsecutiveTest.runWith(PrintWriter pw, Options parent) voidBlackholeConsumeCPUTest.runWith(PrintWriter pw, Options parent) voidBlackholePipelinedTest.runWith(PrintWriter pw, Options parent) voidBlackholeSingleTest.runWith(PrintWriter pw, Options parent) voidCompilerHintsTest.runWith(PrintWriter pw, Options parent) voidHelperMethodsTest.runWith(PrintWriter pw, Options parent) voidScoreStabilityTest.runWith(PrintWriter pw, Options parent) voidThermalRundownTest.runWith(PrintWriter pw, Options parent) voidThreadScalingTest.runWith(PrintWriter pw, Options parent) voidTimingMeasurementsTest.runWith(PrintWriter pw, Options parent)