X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/6da4edf1dd641609f1b2c57d1c68fc5564df0919..04e52ed0d948cbc94848b96b72cb9c36eac27212:/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 }