Class LargeAllocationBenchmarks
- java.lang.Object
-
- com.github.marschall.nativebytebuffers.benchmarks.LargeAllocationBenchmarks
-
- Direct Known Subclasses:
LargeAllocationBenchmarks_jmhType_B1
public class LargeAllocationBenchmarks extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intallocationSize
-
Constructor Summary
Constructors Constructor Description LargeAllocationBenchmarks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferallocateDirect()voidmmap(org.openjdk.jmh.infra.Blackhole blackhole)
-
-
-
Method Detail
-
allocateDirect
public ByteBuffer allocateDirect()
-
mmap
public void mmap(org.openjdk.jmh.infra.Blackhole blackhole)
-
-