Package io.netty.microbench.buffer
Class ByteBufAllocatorBenchmark
- java.lang.Object
-
- io.netty.microbench.util.AbstractMicrobenchmarkBase
-
- io.netty.microbench.util.AbstractMicrobenchmark
-
- io.netty.microbench.buffer.ByteBufAllocatorBenchmark
-
public class ByteBufAllocatorBenchmark extends AbstractMicrobenchmark
This class benchmarks different allocators with different allocation sizes.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.netty.microbench.util.AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor
-
-
Field Summary
Fields Modifier and Type Field Description intsize-
Fields inherited from class io.netty.microbench.util.AbstractMicrobenchmark
DEFAULT_FORKS
-
Fields inherited from class io.netty.microbench.util.AbstractMicrobenchmarkBase
BASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS
-
-
Constructor Summary
Constructors Constructor Description ByteBufAllocatorBenchmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadaptiveDirectAllocAndFree()voidadaptiveHeapAllocAndFree()voiddefaultPooledDirectAllocAndFree()voiddefaultPooledHeapAllocAndFree()voidpooledDirectAllocAndFree()voidpooledHeapAllocAndFree()voidreleaseBuffers()voidunpooledDirectAllocAndFree()voidunpooledHeapAllocAndFree()-
Methods inherited from class io.netty.microbench.util.AbstractMicrobenchmark
getForks, jvmArgs, newOptionsBuilder
-
Methods inherited from class io.netty.microbench.util.AbstractMicrobenchmarkBase
getMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, run
-
-
-
-
Method Detail
-
releaseBuffers
public void releaseBuffers()
-
unpooledHeapAllocAndFree
public void unpooledHeapAllocAndFree()
-
unpooledDirectAllocAndFree
public void unpooledDirectAllocAndFree()
-
pooledHeapAllocAndFree
public void pooledHeapAllocAndFree()
-
pooledDirectAllocAndFree
public void pooledDirectAllocAndFree()
-
defaultPooledHeapAllocAndFree
public void defaultPooledHeapAllocAndFree()
-
defaultPooledDirectAllocAndFree
public void defaultPooledDirectAllocAndFree()
-
adaptiveHeapAllocAndFree
public void adaptiveHeapAllocAndFree()
-
adaptiveDirectAllocAndFree
public void adaptiveDirectAllocAndFree()
-
-