History log of /system/extras/tests/icachetest/icache_main.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e806829c9a1f8e16170d70b8b8190322794b048c 24-Aug-2016 Mathias Agopian <mathias@google.com> report MPKI instead of hit-rate


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
/system/extras/tests/icachetest/icache_main.cpp
61fd2ab615ab17f6de593e8a8cf475465967ac9c 17-Aug-2016 Mathias Agopian <mathias@google.com> Rewrite i-cache test

+ cleanup
+ use performance counters in addition to time
+ update test to handle more modern CPU with more i-cache

Change-Id: I6f96c4f8c3b67344694a4b33a25c078e116328ca
/system/extras/tests/icachetest/icache_main.cpp