Uses of Class
org.openjdk.jmh.annotations.Mode
-
Packages that use Mode Package Description org.openjdk.jmh.annotations org.openjdk.jmh.infra 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 Modifier and Type Method Description static ModeMode. deepValueOf(String name)Mode[]value()static ModeMode. 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, in the order they are declared. -
Uses of Mode in org.openjdk.jmh.infra
Fields in org.openjdk.jmh.infra declared as Mode Modifier and Type Field Description protected ModeBenchmarkParamsL2. modeConstructors in org.openjdk.jmh.infra with parameters of type Mode Constructor Description BenchmarkParams(String benchmark, String generatedTarget, boolean synchIterations, int threads, int[] threadGroups, Collection<String> threadGroupLabels, int forks, int warmupForks, IterationParams warmup, IterationParams measurement, Mode mode, WorkloadParams params, TimeUnit timeUnit, int opsPerInvocation, String jvm, Collection<String> jvmArgs, String jdkVersion, String vmName, String vmVersion, String jmhVersion, TimeValue timeout) -
Uses of Mode in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner declared as Mode Modifier and Type Field Description static ModeDefaults. BENCHMARK_MODEDefault running mode.Methods in org.openjdk.jmh.runner that return Mode Modifier and Type Method Description ModeBenchmarkListEntry. getMode()Methods in org.openjdk.jmh.runner with parameters of type Mode Modifier and Type Method Description BenchmarkListEntryBenchmarkListEntry. cloneWith(Mode mode)Constructors in org.openjdk.jmh.runner with parameters of type Mode Constructor Description BenchmarkListEntry(String userClassQName, String generatedClassQName, String method, Mode mode, Optional<Integer> threads, int[] threadGroups, Optional<Collection<String>> threadGroupLabels, 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<String> jvm, Optional<Collection<String>> jvmArgs, Optional<Collection<String>> jvmArgsPrepend, Optional<Collection<String>> jvmArgsAppend, Optional<Map<String,String[]>> params, Optional<TimeUnit> tu, Optional<Integer> opsPerInv, Optional<TimeValue> timeout) -
Uses of Mode in org.openjdk.jmh.runner.options
Methods in org.openjdk.jmh.runner.options that return types with arguments of type Mode Modifier and Type Method Description Collection<Mode>CommandLineOptions. getBenchModes()Collection<Mode>Options. getBenchModes()Benchmarks modes to execute.Collection<Mode>OptionsBuilder. getBenchModes()Methods in org.openjdk.jmh.runner.options with parameters of type Mode Modifier and Type Method Description ChainedOptionsBuilderChainedOptionsBuilder. mode(Mode mode)Benchmark mode.ChainedOptionsBuilderOptionsBuilder. mode(Mode mode)
-