File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3232 for result in ` ls result/result-* .clingo`
3333 do
3434 fingerprint=` echo $result | cut -d- -f2 | cut -d. -f1`
35+ sudo cp $result " finalResult/$syscall /benchmark-$fingerprint .clingo"
3536 sudo genClingoGraph/clingo2Dot.py $result $fingerprint .dot
3637 sudo dot -Tsvg -o " finalResult/$syscall /benchmark-$fingerprint .svg" $fingerprint .dot
3738 sudo rm -f $fingerprint .dot
4849 for result in ` ls result/general.clingo-control-* `
4950 do
5051 fingerprint=` echo $result | cut -d- -f3`
52+ sudo cp $result " finalResult/$syscall /background-$fingerprint .clingo"
5153 sudo genClingoGraph/clingo2Dot.py $result $fingerprint .dot
5254 sudo dot -Tsvg -o " finalResult/$syscall /background-$fingerprint .svg" $fingerprint .dot
5355 sudo rm -f $fingerprint .dot
6264 for result in ` ls result/general.clingo-program-* `
6365 do
6466 fingerprint=` echo $result | cut -d- -f3`
67+ sudo cp $result " finalResult/$syscall /foreground-$fingerprint .clingo"
6568 sudo genClingoGraph/clingo2Dot.py $result $fingerprint .dot
6669 sudo dot -Tsvg -o " finalResult/$syscall /foreground-$fingerprint .svg" $fingerprint .dot
6770 sudo rm -f $fingerprint .dot
You can’t perform that action at this time.
0 commit comments