History log of /frameworks/base/core/tests/benchmarks/src/android/os/ParcelBenchmark.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
71207b5a11c1aaede2ccc2380a9c55b6ff0162d3 28-Sep-2016 John Reck <jreck@google.com> Switch Parcel to FastNative

Also fixes ParcelBenchmark to have bounded
memory usage to avoid OOM'ing during runs

Test: refactor, no behavior change

ParcelBenchmark results from bullhead
Before:
timeReadByte 74.43ns
timeReadInt 74.49ns
timeReadLong 74.13ns
timeWriteByte 81.81ns
timeWriteInt 82.09ns
timeWriteLong 81.84ns

After:
timeReadByte 47.08ns
timeReadInt 48.38ns
timeReadLong 48.16ns
timeWriteByte 55.90ns
timeWriteInt 55.85ns
timeWriteLong 56.58ns

Change-Id: I61b823d1d2beb86e00c196abd4dce65efa8fa7f0
/frameworks/base/core/tests/benchmarks/src/android/os/ParcelBenchmark.java
76a6cec97f48435863b6ab360e11f5da26d7956b 01-Dec-2015 Paul Duffin <paulduffin@google.com> Switch to the latest version of Caliper

Added an Android.mk file to core/tests/benchmarks to build the
benchmarks against caliper-api-target to ensure that they build
correctly. Changed the implementations to work with the new
version of Caliper.

Bug: 24848946
Change-Id: Ib28026816dbc5c1d54f65974f4a1abfee299c43f
/frameworks/base/core/tests/benchmarks/src/android/os/ParcelBenchmark.java
a197e37f7fc056f9d6db3ef24b5e6db9222e7b56 07-Mar-2012 Jeff Sharkey <jsharkey@android.com> Caliper benchmarks for Parcel.

Bug: 6111276
Change-Id: I4b89e4c14d2dc20e71bbaed78f285e6d539a1f0f
/frameworks/base/core/tests/benchmarks/src/android/os/ParcelBenchmark.java