Package io.netty5.microbench.internal
Class UnitializedArrayBenchmark
- java.lang.Object
-
- io.netty5.microbench.util.AbstractMicrobenchmarkBase
-
- io.netty5.microbench.util.AbstractMicrobenchmark
-
- io.netty5.microbench.internal.UnitializedArrayBenchmark
-
public class UnitializedArrayBenchmark extends AbstractMicrobenchmark
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor
-
-
Field Summary
-
Fields inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
DEFAULT_FORKS
-
Fields inherited from class io.netty5.microbench.util.AbstractMicrobenchmarkBase
BASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS
-
-
Constructor Summary
Constructors Constructor Description UnitializedArrayBenchmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]allocateInitializedByteArray()byte[]allocateUninitializedByteArray()protected String[]jvmArgs()voidsetupTrial()-
Methods inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
getForks, newOptionsBuilder
-
Methods inherited from class io.netty5.microbench.util.AbstractMicrobenchmarkBase
getMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, removeAssertions, run
-
-
-
-
Method Detail
-
setupTrial
public void setupTrial()
-
jvmArgs
protected String[] jvmArgs()
- Overrides:
jvmArgsin classAbstractMicrobenchmark
-
allocateInitializedByteArray
public byte[] allocateInitializedByteArray()
-
allocateUninitializedByteArray
public byte[] allocateUninitializedByteArray()
-
-