Modifier and Type | Class and Description |
---|---|
static class |
JmhConfig.Computation |
Constructor and Description |
---|
JmhConfig() |
public String getInclude()
public String getIncludeWarmup()
public String getExclude()
public File getResult()
public org.openjdk.jmh.results.format.ResultFormatType getResultFormat()
public JmhConfig setResultFormat(org.openjdk.jmh.results.format.ResultFormatType resultFormat)
public org.openjdk.jmh.runner.options.WarmupMode getWarmupMode()
public JmhConfig setWarmupMode(org.openjdk.jmh.runner.options.WarmupMode warmupMode)
public org.openjdk.jmh.annotations.Mode getMode()
public JmhConfig setMode(org.openjdk.jmh.annotations.Mode mode)
public JmhConfig.Computation getWarmup()
public JmhConfig setWarmup(JmhConfig.Computation warmup)
public JmhConfig.Computation getMeasurement()
public JmhConfig setMeasurement(JmhConfig.Computation measurement)
public int getOperationsPerInvocation()
public JmhConfig setOperationsPerInvocation(int operationsPerInvocation)
public int getThreads()
public JmhConfig setThreads(int threads)
public boolean isFailOnError()
public JmhConfig setFailOnError(boolean failOnError)
public boolean isGarbageCollection()
public JmhConfig setGarbageCollection(boolean garbageCollection)
public org.openjdk.jmh.runner.options.TimeValue getTimeout()
public JmhConfig setTimeout(org.openjdk.jmh.runner.options.TimeValue timeout)
public TimeUnit getTimeUnit()
public String[] getJvmArgs()
Copyright © 2013-2018–2019 SeedStack. All rights reserved.