Uses of Enum
org.openjdk.jmh.annotations.Mode
Packages that use Mode
Package
Description
-
Uses of Mode in org.openjdk.jmh.annotations
Methods in org.openjdk.jmh.annotations that return Mode -
Uses of Mode in org.openjdk.jmh.generators.core
Fields in org.openjdk.jmh.generators.core with type parameters of type ModeMethods in org.openjdk.jmh.generators.core that return types with arguments of type ModeMethods in org.openjdk.jmh.generators.core with parameters of type ModeModifier and TypeMethodDescriptionvoid
void
private void
BenchmarkGenerator.generateAverageTime
(PrintWriter writer, Mode benchmarkKind, MethodGroup methodGroup, StateObjectHandler states) private void
BenchmarkGenerator.generateMethod
(Mode benchmarkKind, PrintWriter writer, MethodGroup methodGroup, StateObjectHandler states) Generate the method for a specific benchmark methodprivate void
BenchmarkGenerator.generateSampleTime
(PrintWriter writer, Mode benchmarkKind, MethodGroup methodGroup, StateObjectHandler states) private void
BenchmarkGenerator.generateSingleShotTime
(PrintWriter writer, Mode benchmarkKind, MethodGroup methodGroup, StateObjectHandler states) private void
BenchmarkGenerator.generateThroughput
(PrintWriter writer, Mode benchmarkKind, MethodGroup methodGroup, StateObjectHandler states) -
Uses of Mode in org.openjdk.jmh.infra
Fields in org.openjdk.jmh.infra declared as ModeMethods in org.openjdk.jmh.infra that return ModeConstructors in org.openjdk.jmh.infra with parameters of type ModeModifierConstructorDescriptionBenchmarkParams
(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) BenchmarkParamsL2
(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) BenchmarkParamsL3
(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) BenchmarkParamsL4
(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 ModeModifier and TypeFieldDescriptionstatic final Mode
Defaults.BENCHMARK_MODE
Default running mode.private final Mode
BenchmarkListEntry.mode
Methods in org.openjdk.jmh.runner that return ModeMethods in org.openjdk.jmh.runner with parameters of type ModeConstructors in org.openjdk.jmh.runner with parameters of type ModeModifierConstructorDescriptionBenchmarkListEntry
(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
Fields in org.openjdk.jmh.runner.options with type parameters of type ModeMethods in org.openjdk.jmh.runner.options that return types with arguments of type ModeModifier and TypeMethodDescriptionCommandLineOptions.getBenchModes()
Options.getBenchModes()
Benchmarks modes to execute.OptionsBuilder.getBenchModes()
Methods in org.openjdk.jmh.runner.options with parameters of type ModeModifier and TypeMethodDescriptionBenchmark mode. -
Uses of Mode in org.openjdk.jmh.validation.tests
Methods in org.openjdk.jmh.validation.tests with parameters of type ModeModifier and TypeMethodDescriptionprivate void
TimingMeasurementsTest.doEmpty
(PrintWriter pw, Options parent, Mode mode, boolean max)