Constructor and Description |
---|
Computation() |
Computation(int forks,
int batchSize,
org.openjdk.jmh.runner.options.TimeValue time,
int iterations) |
Modifier and Type | Method and Description |
---|---|
int |
getBatchSize() |
int |
getForks() |
int |
getIterations() |
org.openjdk.jmh.runner.options.TimeValue |
getTime() |
JmhConfig.Computation |
setBatchSize(int batchSize) |
JmhConfig.Computation |
setForks(int forks) |
JmhConfig.Computation |
setIterations(int iterations) |
JmhConfig.Computation |
setTime(org.openjdk.jmh.runner.options.TimeValue time) |
public Computation()
public Computation(int forks, int batchSize, org.openjdk.jmh.runner.options.TimeValue time, int iterations)
public int getForks()
public JmhConfig.Computation setForks(int forks)
public int getBatchSize()
public JmhConfig.Computation setBatchSize(int batchSize)
public org.openjdk.jmh.runner.options.TimeValue getTime()
public JmhConfig.Computation setTime(org.openjdk.jmh.runner.options.TimeValue time)
public int getIterations()
public JmhConfig.Computation setIterations(int iterations)
Copyright © 2013-2018–2019 SeedStack. All rights reserved.