netty5/microbench/src/main/java/io/netty
Norman Maurer 461f9a1212 Allow to obtain informations of used direct and heap memory for ByteBufAllocator implementations
Motivation:

Often its useful for the user to be able to get some stats about the memory allocated via an allocator.

Modifications:

- Allow to obtain the used heap and direct memory for an allocator
- Add test case

Result:

Fixes [#6341]
2017-03-01 18:53:43 +01:00
..
buffer Add benchmarks for UnpooledUnsafeNoCleanerDirectByteBuf vs UnpooledUnsafeDirectByteBuf 2017-02-27 20:04:09 +01:00
handler/codec Clean up following #6016 2016-11-21 12:35:40 -08:00
microbench Allow to obtain informations of used direct and heap memory for ByteBufAllocator implementations 2017-03-01 18:53:43 +01:00
microbenchmark/common Remove unsafe char[] access in PlatformDependent 2016-06-30 08:58:28 -07:00