Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
caliper/ | 22-Nov-2023 | - | 22,258 | 14,460 | ||
examples/ | 22-Nov-2023 | - | 2,674 | 1,831 | ||
expectations/ | 22-Nov-2023 | - | 77 | 76 | ||
lib/ | 22-Nov-2023 | - | 2,750 | 2,240 | ||
scripts/ | 22-Nov-2023 | - | 10 | 4 | ||
tutorial/ | 22-Nov-2023 | - | 189 | 62 | ||
.git | D | 01-Jan-1970 | 0 | |||
.gitignore | D | 22-Nov-2023 | 34 | 7 | 6 | |
Android.mk | D | 22-Nov-2023 | 4.5 KiB | 136 | 78 | |
COPYING | D | 22-Nov-2023 | 11.1 KiB | 203 | 169 | |
CleanSpec.mk | D | 22-Nov-2023 | 2.2 KiB | 50 | 0 | |
MODULE_LICENSE_APACHE2 | D | 22-Nov-2023 | 0 | |||
NOTICE | D | 22-Nov-2023 | 11.1 KiB | 203 | 169 | |
README | D | 22-Nov-2023 | 195 | 9 | 6 | |
README.android | D | 22-Nov-2023 | 652 | 16 | 12 |
README
1To build this project with Maven: 2 31. cd caliper 4mvn eclipse:configure-workspace eclipse:eclipse install 5 62. To build examples 7cd examples 8mvn eclipse:configure-workspace eclipse:eclipse install 9
README.android
1URL: https://github.com/google/caliper.git 2License: Apache 2 3Description: "Google's Caliper Benchmarking And Measuring Tool" 4 5Version: 73efbe138dafba57d6a890257961ba83f41b89f2 6 7This uses the Dagger2 dependency injection framework which runs as an annotation 8processor and generates the dependency injecting code. At the moment the 9generated code for the caliper-host target can be found at: 10 out/host/common/gen/JAVA_LIBRARIES/caliper-host_intermediates/annotation_processor_output/ 11For the caliper-tests target it can be found at: 12 out/host/common/gen/JAVA_LIBRARIES/caliper-tests_intermediates/annotation_processor_output/ 13 14Local Patches: 15 None 16