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

4
common
View File

@@ -12,12 +12,12 @@ common_bench_cmd() (
#
# cmd <command run>
# time <time in seconds to finish>
# status <exit status>
# exit_status <exit status>
cmd="$1"
results_file="$2"
printf 'cmd ' >> "$results_file"
env time --append -f 'time %e' --output="$results_file" ./eeval -a "$cmd" "$results_file"
printf "status $?\n" >> "$results_file"
printf "exit_status $?\n" >> "$results_file"
)
set_common_vars() {
arch="$1"