Java
Latest commit
aab8818
Apr 10, 2017
- 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
Permalink
| Failed to load latest commit information. | |||
|
|
caliper-android |
|
|
|
|
caliper-api |
|
|
|
|
caliper-core |
|
|
|
|
caliper-examples |
|
|
|
|
caliper-util |
|
|
|
|
caliper |
|
|
|
|
.gitignore |
|
|
|
|
.travis.yml |
|
|
|
|
COPYING |
|
|
|
|
README |
|
|
|
|
pom.xml |
|
|
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