Uses of Interface
org.openjdk.jmh.runner.options.ChainedOptionsBuilder
Packages that use ChainedOptionsBuilder
-
Uses of ChainedOptionsBuilder in org.openjdk.jmh.runner.options
Classes in org.openjdk.jmh.runner.options that implement ChainedOptionsBuilderMethods in org.openjdk.jmh.runner.options that return ChainedOptionsBuilderModifier and TypeMethodDescriptionChainedOptionsBuilder.addProfiler
(Class<? extends Profiler> profiler) Add the profiler in the runChainedOptionsBuilder.addProfiler
(Class<? extends Profiler> profiler, String initLine) Add the profiler in the runChainedOptionsBuilder.addProfiler
(String profiler) Add the profiler in the runChainedOptionsBuilder.addProfiler
(String profiler, String initLine) Add the profiler in the runOptionsBuilder.addProfiler
(Class<? extends Profiler> prof) OptionsBuilder.addProfiler
(Class<? extends Profiler> prof, String initLine) OptionsBuilder.addProfiler
(String prof) OptionsBuilder.addProfiler
(String prof, String initLine) ChainedOptionsBuilder.detectJvmArgs()
Autodetect forked JVM arguments from the parent VM.OptionsBuilder.detectJvmArgs()
Exclude benchmarks from the run (Can be used multiple times)ChainedOptionsBuilder.forks
(int value) Number of forks to use in the runOptionsBuilder.forks
(int value) Include benchmark in the run (Can be used multiple times)ChainedOptionsBuilder.includeWarmup
(String regexp) What other benchmarks to warmup along the wayOptionsBuilder.includeWarmup
(String regexp) Forked JVM to use.Forked JVM arguments.ChainedOptionsBuilder.jvmArgsAppend
(String... value) Append forked JVM arguments: These options go after other options.OptionsBuilder.jvmArgsAppend
(String... value) ChainedOptionsBuilder.jvmArgsPrepend
(String... value) Prepend forked JVM arguments: These options go before any other options.OptionsBuilder.jvmArgsPrepend
(String... value) ChainedOptionsBuilder.measurementBatchSize
(int value) How large measurement batchSize should be?OptionsBuilder.measurementBatchSize
(int value) ChainedOptionsBuilder.measurementIterations
(int count) How many measurement measurementIterations to doOptionsBuilder.measurementIterations
(int count) ChainedOptionsBuilder.measurementTime
(TimeValue value) How long each measurement iteration should take?OptionsBuilder.measurementTime
(TimeValue value) Benchmark mode.ChainedOptionsBuilder.operationsPerInvocation
(int value) Operations per invocation.OptionsBuilder.operationsPerInvocation
(int opsPerInv) Output filename to write the run log toSet benchmark parameter values.Override the defaults from the given option.Output filename to write the result toChainedOptionsBuilder.resultFormat
(ResultFormatType type) ResultFormatType to use in the runOptionsBuilder.resultFormat
(ResultFormatType type) ChainedOptionsBuilder.shouldDoGC
(boolean value) Should do GC between measurementIterations?OptionsBuilder.shouldDoGC
(boolean value) ChainedOptionsBuilder.shouldFailOnError
(boolean value) Should fail on first benchmark error?OptionsBuilder.shouldFailOnError
(boolean value) ChainedOptionsBuilder.syncIterations
(boolean value) Should synchronize measurementIterations?OptionsBuilder.syncIterations
(boolean value) ChainedOptionsBuilder.threadGroups
(int... groups) Subgroups thread distribution.OptionsBuilder.threadGroups
(int... groups) ChainedOptionsBuilder.threads
(int count) Number of threads to run the benchmark inOptionsBuilder.threads
(int count) How long to wait for iteration execution?Timeunit to use in resultsChainedOptionsBuilder.verbosity
(VerboseMode mode) Control verbosity level.OptionsBuilder.verbosity
(VerboseMode mode) ChainedOptionsBuilder.warmupBatchSize
(int value) How large warmup batchSize should be?OptionsBuilder.warmupBatchSize
(int value) ChainedOptionsBuilder.warmupForks
(int value) Number of ignored forksOptionsBuilder.warmupForks
(int value) ChainedOptionsBuilder.warmupIterations
(int value) How many warmup iterations to do?OptionsBuilder.warmupIterations
(int value) ChainedOptionsBuilder.warmupMode
(WarmupMode mode) Warmup mode to useOptionsBuilder.warmupMode
(WarmupMode mode) ChainedOptionsBuilder.warmupTime
(TimeValue value) How long each warmup iteration should take?OptionsBuilder.warmupTime
(TimeValue value)