Micro-benchmarking library for Java
Java
Latest commit aab8818 Apr 10, 2017 @cgdecker cgdecker committed with travis-ci Make caliper-android work with multidex.
- android_benchmark(s) targets support multidex parameter and set multidex="legacy" by default.
- MultiDexApplication is used for multidex support for the main process.
- When multiple dexes are present and there isn't native multidex support, CaliperActivity extracts all dexes from the apk and uses the paths to the dexes as the classpath for worker processes. It also adjusts the ANDROID_DATA environment variable for worker processes to ensure that DexOpt will be able to write optimized dexes.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=152720127

README

To build this project with Maven:

1. cd caliper
mvn eclipse:configure-workspace eclipse:eclipse install

2. To build examples
cd examples
mvn eclipse:configure-workspace eclipse:eclipse install