| ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mode | |
---|---|
org.openjdk.jmh.annotations | |
org.openjdk.jmh.runner | |
org.openjdk.jmh.runner.options |
Uses of Mode in org.openjdk.jmh.annotations |
---|
Methods in org.openjdk.jmh.annotations that return Mode | |
---|---|
static Mode | Mode.deepValueOf(String name) |
static Mode | Mode.valueOf(String name) Returns the enum constant of this type with the specified name. |
static Mode[] | Mode.values() Returns an array containing the constants of this enum type, inthe order they are declared. |
Uses of Mode in org.openjdk.jmh.runner |
---|
Methods in org.openjdk.jmh.runner that return Mode | |
---|---|
Mode | BenchmarkRecord.getMode() |
Methods in org.openjdk.jmh.runner with parameters of type Mode | |
---|---|
BenchmarkRecord | BenchmarkRecord.cloneWith(Mode mode) |
String | BenchmarkRecord.generatedTarget(Mode type) |
Constructors in org.openjdk.jmh.runner with parameters of type Mode | |
---|---|
BenchmarkRecord(String userName, String generatedName, Mode mode) | |
BenchmarkRecord(String userName, String generatedName, Mode mode, int[] threadGroups, Optional<Integer> threads, Optional<Integer> warmupIterations, Optional<TimeValue> warmupTime, Optional<Integer> warmupBatchSize, Optional<Integer> measurementIterations, Optional<TimeValue> measurementTime, Optional<Integer> measurementBatchSize, Optional<Integer> forks, Optional<Integer> warmupForks, Optional<Collection<String>> jvmArgs, Optional<Collection<String>> jvmArgsPrepend, Optional<Collection<String>> jvmArgsAppend, Optional<Map<String,String[]>> params) |
Uses of Mode in org.openjdk.jmh.runner.options |
---|
Methods in org.openjdk.jmh.runner.options that return types with arguments of type Mode | |
---|---|
Collection<Mode> | CommandLineOptions.getBenchModes() |
Collection<Mode> | OptionsBuilder.getBenchModes() |
Collection<Mode> | Options.getBenchModes() Benchmarks modes to execute. |
Methods in org.openjdk.jmh.runner.options with parameters of type Mode | |
---|---|
ChainedOptionsBuilder | ChainedOptionsBuilder.mode(Mode mode) Benchmark mode. |
ChainedOptionsBuilder | OptionsBuilder.mode(Mode mode) |
| ||||||||||
PREV NEXT | FRAMES NO FRAMES |