This commit is contained in:
Loic Guegan 2021-06-10 17:31:41 +02:00
parent dbdcb14449
commit 82b5b6a076
29 changed files with 42136 additions and 580 deletions

View file

@ -31,7 +31,7 @@ run-simulation () {
[ -e "$results" ] && { cat $tmp | $parser | sed 1d | sed "s/$/,${avalues}/" >> "$results"; }
# Gen scheduler analysis
[ $seed -eq 1 ] && $sched $tmp "logs/simkey${simkey}_uptime${wakeupfor}_hint${hint}_extended${extended}_wireless${wireless}.png"
[ $seed -eq 1 ] && $sched $tmp "logs/$(echo ${avalues}|tr ',' '_')_hint${hint}_extended${extended}.png"
# Clear tmp
rm $tmp