History log of /libcore/benchmarks/src/benchmarks/regression/ByteBufferBulkBenchmark.java
Revision Date Author Comments
9a4a5c7df68495cce39ed2cbfe27615714c72535 12-Feb-2016 Przemyslaw Szczepaniak <pszczepaniak@google.com> Fix ByteBuffer performance regression.

Use libcore.io.Memory.memmove for mmaped ByteBuffer and
non-bytearray-backed direct ByteBuffer#put(ByteBuffer)
operations.

Bug: 26989924
Change-Id: I660a7431061efbeeb6880c85f524c6fdffc760a0
(cherry picked from commit 27c702be4464b10bc99900769bc037fe4b0cfb7f)
27c702be4464b10bc99900769bc037fe4b0cfb7f 12-Feb-2016 Przemyslaw Szczepaniak <pszczepaniak@google.com> Fix ByteBuffer performance regression.

Use libcore.io.Memory.memmove for mmaped ByteBuffer and
non-bytearray-backed direct ByteBuffer#put(ByteBuffer)
operations.

Bug: 26989924
Change-Id: I660a7431061efbeeb6880c85f524c6fdffc760a0