public class UnitializedArrayBenchmark extends AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutorDEFAULT_FORKSBASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS| Constructor and Description |
|---|
UnitializedArrayBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
allocateInitializedByteArray() |
byte[] |
allocateUninitializedByteArray() |
protected String[] |
jvmArgs() |
void |
setupTrial() |
getForks, newOptionsBuildergetMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, runpublic void setupTrial()
protected String[] jvmArgs()
jvmArgs in class AbstractMicrobenchmarkpublic byte[] allocateInitializedByteArray()
public byte[] allocateUninitializedByteArray()
Copyright © 2008–2026 The Netty Project. All rights reserved.