mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
readme: rerun gem5-bench-caches and take some conclusions
This commit is contained in:
4
common
4
common
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user