Uses of Class
org.openjdk.jmh.runner.options.TimeValue
-
Packages that use TimeValue Package Description org.openjdk.jmh.infra org.openjdk.jmh.runner org.openjdk.jmh.runner.options org.openjdk.jmh.util.lines -
-
Uses of TimeValue in org.openjdk.jmh.infra
Fields in org.openjdk.jmh.infra declared as TimeValue Modifier and Type Field Description protected TimeValueBenchmarkParamsL2. timeoutprotected TimeValueIterationParamsL2. timeValueiteration runtimeConstructors in org.openjdk.jmh.infra with parameters of type TimeValue 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)IterationParams(IterationType type, int count, TimeValue time, int batchSize) -
Uses of TimeValue in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner declared as TimeValue Modifier and Type Field Description static TimeValueDefaults. MEASUREMENT_TIMEThe duration of measurement iterations.static TimeValueDefaults. TIMEOUTDefault timeout.static TimeValueDefaults. WARMUP_TIMEThe duration of warmup iterations.Methods in org.openjdk.jmh.runner that return types with arguments of type TimeValue Modifier and Type Method Description Optional<TimeValue>BenchmarkListEntry. getMeasurementTime()Optional<TimeValue>BenchmarkListEntry. getTimeout()Optional<TimeValue>BenchmarkListEntry. getWarmupTime() -
Uses of TimeValue in org.openjdk.jmh.runner.options
Fields in org.openjdk.jmh.runner.options declared as TimeValue Modifier and Type Field Description static TimeValueTimeValue. NONEMethods in org.openjdk.jmh.runner.options that return TimeValue Modifier and Type Method Description static TimeValueTimeValue. days(long v)static TimeValueTimeValue. fromString(String timeString)static TimeValueTimeValue. hours(long v)static TimeValueTimeValue. microseconds(long v)static TimeValueTimeValue. milliseconds(long v)static TimeValueTimeValue. minutes(long v)static TimeValueTimeValue. nanoseconds(long v)static TimeValueTimeValue. seconds(long v)static TimeValueTimeValue. valueOf(String timeString)Parses time value from a string representation.Methods in org.openjdk.jmh.runner.options that return types with arguments of type TimeValue Modifier and Type Method Description Optional<TimeValue>CommandLineOptions. getMeasurementTime()Optional<TimeValue>Options. getMeasurementTime()The duration for measurement iterationsOptional<TimeValue>OptionsBuilder. getMeasurementTime()Optional<TimeValue>CommandLineOptions. getTimeout()Optional<TimeValue>Options. getTimeout()Timeout: how long to wait for an iteration to complete.Optional<TimeValue>OptionsBuilder. getTimeout()Optional<TimeValue>CommandLineOptions. getWarmupTime()Optional<TimeValue>Options. getWarmupTime()The duration for warmup iterationsOptional<TimeValue>OptionsBuilder. getWarmupTime()Methods in org.openjdk.jmh.runner.options with parameters of type TimeValue Modifier and Type Method Description ChainedOptionsBuilderChainedOptionsBuilder. measurementTime(TimeValue value)How long each measurement iteration should take?ChainedOptionsBuilderOptionsBuilder. measurementTime(TimeValue value)ChainedOptionsBuilderChainedOptionsBuilder. timeout(TimeValue value)How long to wait for iteration execution?ChainedOptionsBuilderOptionsBuilder. timeout(TimeValue value)ChainedOptionsBuilderChainedOptionsBuilder. warmupTime(TimeValue value)How long each warmup iteration should take?ChainedOptionsBuilderOptionsBuilder. 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 TimeValue Modifier and Type Method Description Optional<TimeValue>TestLineReader. nextOptionalTimeValue()Method parameters in org.openjdk.jmh.util.lines with type arguments of type TimeValue Modifier and Type Method Description voidTestLineWriter. putOptionalTimeValue(Optional<TimeValue> opt)
-