summaryrefslogtreecommitdiff
path: root/tests/icachetest
AgeCommit message (Collapse)Author
2018-05-10Convert system/extras/tests to SoongDan Willemsen
See build/soong/README.md for more information. Some modules are no longer installed by default on eng/debug builds, but I didn't see any automatic references to them. If they're commonly used by users, they can be added into build/make with PRODUCT_PACKAGES_ENG / PRODUCT_PACKAGES_DEBUG. Otherwise everyone's compiles get a little smaller. Some modules also moved from /system/xbin to /system/bin, as we've deprecated xbin. I checked codesearch for references to the full paths and couldn't find any. Test: cd system/extras/tests; mma Test: for the modules changing locations, check cs/ for references Change-Id: Ia91f12051519814a8d45d5af4a7f7700ffee288f
2016-08-24report MPKI instead of hit-rateMathias Agopian
MPKI (or misses per 1000 instructions) is better for comparing CPUs, as hit-rate somewhat meaningless (different CPUs make different amount of requests to the same cache-line). Also changed the —affinity option to take the CPU number instead of a big|little string Change-Id: I57fce77e18d382fe8d4f0efd9cc586d50beb9432
2016-08-23Rewrite i-cache testMathias Agopian
+ cleanup + use performance counters in addition to time + update test to handle more modern CPU with more i-cache Change-Id: I6f96c4f8c3b67344694a4b33a25c078e116328ca
2016-08-16Build icache for arm on arm64Colin Cross
Change-Id: Iac9511f7d943fde9e00d21d46ca32f186d4d5673
2011-02-07Fix for X86 targetKenny Root
The X86 target couldn't compile some tests that use assembly, but it can compile other things that now depend on some projects in the test subdir (namely libtestUtil for OpenGL tests) Also fatblock was including <sys/endian.h> directly instead of <endian.h> which broke some stuff on X86 Change-Id: Ib71a6e548189ca2eacfd0caa7dbd17d200efd0ea
2009-12-03Add missing symbol type directives.Doug Kwan
2009-06-22Remove sound, memtest, vibrator, timetest, cachetest from tests buildSriram Raman
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial Contributionandroid-1.0release-1.0cdma-importThe Android Open Source Project