readme: rerun gem5-bench-caches and take some conclusions

This commit is contained in:
Ciro Santilli
2018-04-20 00:15:22 +01:00
parent 759fb7b7c8
commit 05888ec5c1
3 changed files with 55 additions and 42 deletions

View File

@@ -26,6 +26,8 @@ bench() (
{
printf 'cycles '
./gem5-stat -a "$arch"
printf 'instructions '
./gem5-stat -a "$arch" sim_insts
# RESTORE_INVESTIGATION
#cycles_switch="$(./gem5-stat -a "$arch" system.switch_cpus.numCycles)"
#if [ -n "$cycles_switch" ]; then