X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/c602425056bbe84fd1baeb2e75172108760c9b9a..fe8b99078b2f131bd9ba3d42e50ee3e1d7a2bc93:/gw-tests/gw-nop.sh diff --git a/gw-tests/gw-nop.sh b/gw-tests/gw-nop.sh index afd53f9..69b328d 100755 --- a/gw-tests/gw-nop.sh +++ b/gw-tests/gw-nop.sh @@ -5,7 +5,7 @@ main() { gw="cangw -A -s can0 -d can1" sshgw $gw - latester -d can0 -d can1 -d can2 -o -c $COUNT -h hist.dat + latester -d can0 -d can1 -d can2 -o -c $COUNT -h hist.dat -f time.dat } plot_cmds() { @@ -13,9 +13,9 @@ plot_cmds() { set title "$gw" set logscale y set grid -set xlabel "Time [ms]" +set xlabel "Time [{/Symbol m}s]" set ylabel "Latency profile [messages]" -plot [0:] \ +plot [0:1000] [1:$COUNT] \ "hist.dat" with lp lt 1 title "" EOF }