Uses of Class
org.openjdk.jmh.runner.options.TimeValue
Packages that use TimeValue
Package
Description
-
Uses of TimeValue in org.openjdk.jmh.infra
Fields in org.openjdk.jmh.infra declared as TimeValueModifier and TypeFieldDescriptionprotected final TimeValueBenchmarkParamsL2.timeoutprotected final TimeValueIterationParamsL2.timeValueiteration runtimeConstructors 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) 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 TimeValueModifier and TypeFieldDescriptionstatic final TimeValueDefaults.MEASUREMENT_TIMEThe duration of measurement iterations.static final TimeValueDefaults.TIMEOUTDefault timeout.static final TimeValueDefaults.WARMUP_TIMEThe duration of warmup iterations.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 TimeValueMethods in org.openjdk.jmh.runner.options that return TimeValueModifier and TypeMethodDescriptionstatic 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 TimeValueParses 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 TypeMethodDescriptionvoidTestLineWriter.putOptionalTimeValue(Optional<TimeValue> opt)