X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/303439f9d66332d27ea26f49ea9c787fc2f3258f..4c676bfe792052ff8c5f8e1e61f9bfb6248d9527:/gw-tests/mod.sh diff --git a/gw-tests/mod.sh b/gw-tests/mod.sh index a5b8679..7d372ae 100755 --- a/gw-tests/mod.sh +++ b/gw-tests/mod.sh @@ -56,11 +56,11 @@ plot_cmds() { set title "Single GW rule for all messages with modifications, 8 byte messages" set grid xtics mxtics ytics mytics lw 1, lw 0.5 set ylabel "Latency profile [messages]" -plot [$range] [1:$COUNT] \ - "nop-hist.txt" $using with lp lt 1 title "No modifications", \ - "mod-hist.txt" $using with lp lt 2 title "Two modifications", \ - "mod2-hist.txt" $using with lp lt 3 title "Four modifications", \ - "modcsxor-hist.txt" $using with lp lt 4 title "Four modifications and XOR checksum",\ +plot [$range] [1:$COUNT] \\ + "nop-hist.txt" $using with lp lt 1 title "No modifications", \\ + "mod-hist.txt" $using with lp lt 2 title "Two modifications", \\ + "mod2-hist.txt" $using with lp lt 3 title "Four modifications", \\ + "modcsxor-hist.txt" $using with lp lt 4 title "Four modifications and XOR checksum",\\ "modcscrc8-hist.txt" $using with lp lt 5 title "Four modifications and CRC8 checksum" EOF }