Uses of Class
org.openjdk.jmh.runner.options.TimeValue
Packages that use TimeValue
Package
Description
-
Uses of TimeValue in org.openjdk.jmh.generators.core
Methods in org.openjdk.jmh.generators.core that return types with arguments of type TimeValueModifier and TypeMethodDescriptionMethodGroup.getMeasurementTime()
MethodGroup.getTimeout()
MethodGroup.getWarmupTime()
-
Uses of TimeValue in org.openjdk.jmh.infra
Fields in org.openjdk.jmh.infra declared as TimeValueModifier and TypeFieldDescriptionprotected final TimeValue
BenchmarkParamsL2.timeout
protected final TimeValue
IterationParamsL2.timeValue
iteration runtimeMethods in org.openjdk.jmh.infra that return TimeValueModifier and TypeMethodDescriptionIterationParamsL2.getTime()
Time for iteration.BenchmarkParamsL2.getTimeout()
Constructors in org.openjdk.jmh.infra with parameters of type TimeValueModifierConstructorDescriptionBenchmarkParams
(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) IterationParams
(IterationType type, int count, TimeValue time, int batchSize) IterationParamsL2
(IterationType type, int count, TimeValue time, int batchSize) IterationParamsL3
(IterationType type, int count, TimeValue time, int batchSize) IterationParamsL4
(IterationType type, int count, TimeValue time, int batchSize) -
Uses of TimeValue in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner declared as TimeValueModifier and TypeFieldDescriptionstatic final TimeValue
Defaults.MEASUREMENT_TIME
The duration of measurement iterations.static final TimeValue
Defaults.TIMEOUT
Default timeout.static final TimeValue
Defaults.WARMUP_TIME
The duration of warmup iterations.Fields in org.openjdk.jmh.runner with type parameters of type TimeValueModifier and TypeFieldDescriptionBenchmarkListEntry.measurementTime
BenchmarkListEntry.timeout
BenchmarkListEntry.warmupTime
Methods in org.openjdk.jmh.runner that return types with arguments of type TimeValueModifier and TypeMethodDescriptionBenchmarkListEntry.getMeasurementTime()
BenchmarkListEntry.getTimeout()
BenchmarkListEntry.getWarmupTime()
-
Uses of TimeValue in org.openjdk.jmh.runner.options
Fields in org.openjdk.jmh.runner.options declared as TimeValueFields in org.openjdk.jmh.runner.options with type parameters of type TimeValueModifier and TypeFieldDescriptionOptionsBuilder.measurementTime
CommandLineOptions.runTime
CommandLineOptions.timeout
OptionsBuilder.timeout
CommandLineOptions.warmupTime
OptionsBuilder.warmupTime
Methods in org.openjdk.jmh.runner.options that return TimeValueModifier and TypeMethodDescriptionstatic TimeValue
TimeValue.days
(long v) static TimeValue
TimeValue.fromString
(String timeString) static TimeValue
TimeValue.hours
(long v) static TimeValue
TimeValue.microseconds
(long v) static TimeValue
TimeValue.milliseconds
(long v) static TimeValue
TimeValue.minutes
(long v) static TimeValue
TimeValue.nanoseconds
(long v) static TimeValue
TimeValue.seconds
(long v) static TimeValue
Parses time value from a string representation.Methods in org.openjdk.jmh.runner.options that return types with arguments of type TimeValueModifier and TypeMethodDescriptionCommandLineOptions.getMeasurementTime()
Options.getMeasurementTime()
The duration for measurement iterationsOptionsBuilder.getMeasurementTime()
CommandLineOptions.getTimeout()
Options.getTimeout()
Timeout: how long to wait for an iteration to complete.OptionsBuilder.getTimeout()
CommandLineOptions.getWarmupTime()
Options.getWarmupTime()
The duration for warmup iterationsOptionsBuilder.getWarmupTime()
Methods in org.openjdk.jmh.runner.options with parameters of type TimeValueModifier and TypeMethodDescriptionChainedOptionsBuilder.measurementTime
(TimeValue value) How long each measurement iteration should take?OptionsBuilder.measurementTime
(TimeValue value) How long to wait for iteration execution?ChainedOptionsBuilder.warmupTime
(TimeValue value) How long each warmup iteration should take?OptionsBuilder.warmupTime
(TimeValue value) -
Uses of TimeValue in org.openjdk.jmh.util.lines
Methods in org.openjdk.jmh.util.lines that return types with arguments of type TimeValueMethod parameters in org.openjdk.jmh.util.lines with type arguments of type TimeValueModifier and TypeMethodDescriptionvoid
TestLineWriter.putOptionalTimeValue
(Optional<TimeValue> opt)