X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/f327c4a4918c769993fb1bfa41fb3ea5fc462071..0e8f75354b8c2e957f9f617979f1e037bcfe69f5:/tests/rtt-w.sh diff --git a/tests/rtt-w.sh b/tests/rtt-w.sh index 7e908c3..5dcae1a 100755 --- a/tests/rtt-w.sh +++ b/tests/rtt-w.sh @@ -18,11 +18,11 @@ set logscale y set grid set xlabel "Time [ms]" set ylabel "Latency profile [messages]" -plot [0:] "socketcan-0-1000.dat" with lp lt 1 title "Socketcan 0",\ - "lincan-0-1000.dat" with lp lt 2 title "Lincan 0",\ - "socketcan-1-1000.dat" with lp lt 1 title "Socketcan 1",\ - "lincan-1-1000.dat" with lp lt 2 title "Lincan 1",\ - "socketcan-2-1000.dat" with lp lt 1 title "Socketcan 2",\ - "lincan-2-1000.dat" with lp lt 2 title "Lincan 2" +plot [0:] "socketcan-0-1000.dat" with lp lt 1 title "Socketcan 0sms",\ + "lincan-0-1000.dat" with lp lt 2 title "Lincan 0 ms",\ + "socketcan-1-1000.dat" with lp lt 1 title "Socketcan 1 ms",\ + "lincan-1-1000.dat" with lp lt 2 title "Lincan 1 ms",\ + "socketcan-2-1000.dat" with lp lt 1 title "Socketcan 2 ms",\ + "lincan-2-1000.dat" with lp lt 2 title "Lincan 2 ms" EOF }