X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/9dee16c55c4207d86eae80c7e3d5f4fe63ddc3a0..4c676bfe792052ff8c5f8e1e61f9bfb6248d9527:/gw-tests/user.sh diff --git a/gw-tests/user.sh b/gw-tests/user.sh index 9687c4b..554329f 100755 --- a/gw-tests/user.sh +++ b/gw-tests/user.sh @@ -31,10 +31,10 @@ set termoption dashed set grid xtics mxtics ytics mytics lw 1, lw 0.5 set xlabel "Time [ms]" set ylabel "Latency profile [messages]" -plot [$range] [1:$COUNT] \ - "user2-hist.txt" with lp lc 1 lt 1 title "Userspace GW, 2 byte messages", \ - "user8-hist.txt" with lp lc 1 lt 2 title "Userspace GW, 8 byte messages", \ - "kern2-hist.txt" with lp lc 2 lt 1 title "Kernel GW, 2 byte messages", \ +plot [$range] [1:$COUNT] \\ + "user2-hist.txt" with lp lc 1 lt 1 title "Userspace GW, 2 byte messages", \\ + "user8-hist.txt" with lp lc 1 lt 2 title "Userspace GW, 8 byte messages", \\ + "kern2-hist.txt" with lp lc 2 lt 1 title "Kernel GW, 2 byte messages", \\ "kern8-hist.txt" with lp lc 2 lt 2 title "Kernel GW, 8 byte messages" EOF }