X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/43d1fc38b83d1aadfd22263a5930caaf8e0c584c..0067509575642daf871e95388be79ae95ad33d70:/gw-tests/mod.sh?ds=inline diff --git a/gw-tests/mod.sh b/gw-tests/mod.sh index 6c529d1..7264d40 100755 --- a/gw-tests/mod.sh +++ b/gw-tests/mod.sh @@ -34,7 +34,7 @@ main() { -m XOR:D:0.0.0000000012345678 \ -m SET:IL:123.8.0000000000000000 \ -p 3 -c 0:6:7:0:0:00D013C326F635E54C9C5F8F6ABA79A998488B5BBE6EAD7DD404C717F222E13183539040A575B666CF1FDC0CE939FA2A1BCB08D83DED2EFE5787449471A162B2B565A67693438050F929EA3ADF0FCC1C2DFD3EEE0BDB18C861B172A24797548436E625F510C003D37AAA69B95C8C4F9FAE7EBD6D88589B4BE232F121C414D707D909CA1AFF2FEC3C95458656B363A0704191528267B774A40DDD1ECE2BFB38E85A8A49997CAC6FBF16C605D530E023F3C212D101E434F7278E5E9D4DA878BB6B6CBC7FAF4A9A598920F033E306D615C5F424E737D202C111B868AB7B9E4E8D5DEF3FFC2CC919DA0AA373B0608555964677A764B4518142923BEB28F81DCD0EDE - latester $LATESTER_OPTS modcscrc8 + latester $LATESTER_OPTS -n modcscrc8 } plot_cmds() { @@ -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", \