Package io.netty5.buffer
Class ByteBufAccessBenchmark
- java.lang.Object
-
- io.netty5.microbench.util.AbstractMicrobenchmarkBase
-
- io.netty5.microbench.util.AbstractMicrobenchmark
-
- io.netty5.buffer.ByteBufAccessBenchmark
-
public class ByteBufAccessBenchmark extends AbstractMicrobenchmark
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classByteBufAccessBenchmark.ByteBufType-
Nested classes/interfaces inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor
-
-
Field Summary
Fields Modifier and Type Field Description intbatchSizeByteBufAccessBenchmark.ByteBufTypebufferTypeStringcheckAccessibleStringcheckBounds-
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 ByteBufAccessBenchmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intreadBatch()longsetGetLong()io.netty5.buffer.ByteBufsetLong()voidsetup()voidtearDown()-
Methods inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
getForks, jvmArgs, newOptionsBuilder
-
Methods inherited from class io.netty5.microbench.util.AbstractMicrobenchmarkBase
getMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, removeAssertions, run
-
-
-
-
Field Detail
-
bufferType
public ByteBufAccessBenchmark.ByteBufType bufferType
-
checkAccessible
public String checkAccessible
-
checkBounds
public String checkBounds
-
batchSize
public int batchSize
-
-