Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.gitignore | 06-Dec-2016 | 34 | |
Android.mk | 06-Dec-2016 | 4.5K | |
caliper/ | 06-Dec-2016 | ||
CleanSpec.mk | 06-Dec-2016 | 2.2K | |
COPYING | 06-Dec-2016 | 11.1K | |
examples/ | 06-Dec-2016 | ||
expectations/ | 06-Dec-2016 | ||
lib/ | 06-Dec-2016 | ||
MODULE_LICENSE_APACHE2 | 06-Dec-2016 | 0 | |
NOTICE | 06-Dec-2016 | 11.1K | |
README | 06-Dec-2016 | 195 | |
README.android | 06-Dec-2016 | 652 | |
scripts/ | 06-Dec-2016 | ||
tutorial/ | 06-Dec-2016 |
1 To build this project with Maven: 2 3 1. cd caliper 4 mvn eclipse:configure-workspace eclipse:eclipse install 5 6 2. To build examples 7 cd examples 8 mvn eclipse:configure-workspace eclipse:eclipse install 9
1 URL: https://github.com/google/caliper.git 2 License: Apache 2 3 Description: "Google's Caliper Benchmarking And Measuring Tool" 4 5 Version: 73efbe138dafba57d6a890257961ba83f41b89f2 6 7 This uses the Dagger2 dependency injection framework which runs as an annotation 8 processor and generates the dependency injecting code. At the moment the 9 generated code for the caliper-host target can be found at: 10 out/host/common/gen/JAVA_LIBRARIES/caliper-host_intermediates/annotation_processor_output/ 11 For the caliper-tests target it can be found at: 12 out/host/common/gen/JAVA_LIBRARIES/caliper-tests_intermediates/annotation_processor_output/ 13 14 Local Patches: 15 None 16