public abstract class AbstractMicrobenchmarkBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String[] |
BASE_JVM_ARGS |
protected static int |
DEFAULT_MEASURE_ITERATIONS |
protected static int |
DEFAULT_WARMUP_ITERATIONS |
| Constructor and Description |
|---|
AbstractMicrobenchmarkBase() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getMeasureIterations() |
protected String |
getReportDir() |
protected int |
getWarmupIterations() |
static void |
handleUnexpectedException(Throwable t) |
protected abstract String[] |
jvmArgs() |
protected org.openjdk.jmh.runner.options.ChainedOptionsBuilder |
newOptionsBuilder() |
void |
run() |
protected static final int DEFAULT_WARMUP_ITERATIONS
protected static final int DEFAULT_MEASURE_ITERATIONS
protected static final String[] BASE_JVM_ARGS
protected org.openjdk.jmh.runner.options.ChainedOptionsBuilder newOptionsBuilder()
throws Exception
Exceptionprotected abstract String[] jvmArgs()
protected int getWarmupIterations()
protected int getMeasureIterations()
protected String getReportDir()
public static void handleUnexpectedException(Throwable t)
Copyright © 2008–2026 The Netty Project. All rights reserved.