X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/e1b0f7d8a720eb01a9635b5607ada0c7d2e59be4..0067509575642daf871e95388be79ae95ad33d70:/gw-tests/mod.sh diff --git a/gw-tests/mod.sh b/gw-tests/mod.sh index a342415..7264d40 100755 --- a/gw-tests/mod.sh +++ b/gw-tests/mod.sh @@ -42,9 +42,9 @@ plot_cmds() { set title "Single GW job for all messages with modifications, 8 byte messages" 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] \ "nop-hist.txt" with lp lt 1 title "No modifications", \ "mod-hist.txt" with lp lt 2 title "Two modifications", \ "mod2-hist.txt" with lp lt 3 title "Four modifications", \