X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/43d1fc38b83d1aadfd22263a5930caaf8e0c584c..0067509575642daf871e95388be79ae95ad33d70:/gw-tests/nop.sh diff --git a/gw-tests/nop.sh b/gw-tests/nop.sh index 3747a85..b6e8109 100755 --- a/gw-tests/nop.sh +++ b/gw-tests/nop.sh @@ -15,9 +15,9 @@ plot_cmds() { set title "Single GW job for all messages, no modifications" set logscale y set grid -set xlabel "Time [{/Symbol m}s]" +set xlabel "Time [ms]" set ylabel "Latency profile [messages]" -plot [0:600] [1:$COUNT] \ +plot [0:1] [1:$COUNT] \ "len2-hist.txt" with lp lt 1 title "2 byte messages", \ "len4-hist.txt" with lp lt 2 title "4 byte messages", \ "len6-hist.txt" with lp lt 3 title "6 byte messages", \