public class AbstractMicrobenchmark extends AbstractMicrobenchmarkBase
Modifier and Type | Class and Description |
---|---|
static class |
AbstractMicrobenchmark.HarnessExecutor |
Modifier and Type | Field and Description |
---|---|
protected static int |
DEFAULT_FORKS |
BASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS
Constructor and Description |
---|
AbstractMicrobenchmark() |
AbstractMicrobenchmark(boolean disableAssertions) |
AbstractMicrobenchmark(boolean disableAssertions,
boolean disableHarnessExecutor) |
Modifier and Type | Method and Description |
---|---|
protected int |
getForks() |
protected String[] |
jvmArgs() |
protected ChainedOptionsBuilder |
newOptionsBuilder() |
getMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, removeAssertions, run
protected static final int DEFAULT_FORKS
public AbstractMicrobenchmark()
public AbstractMicrobenchmark(boolean disableAssertions)
public AbstractMicrobenchmark(boolean disableAssertions, boolean disableHarnessExecutor)
protected String[] jvmArgs()
jvmArgs
in class AbstractMicrobenchmarkBase
protected ChainedOptionsBuilder newOptionsBuilder() throws Exception
newOptionsBuilder
in class AbstractMicrobenchmarkBase
Exception
protected int getForks()
Copyright © 2008–2017 The Netty Project. All rights reserved.