X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/bbca3b6de9fd7a8529d4886f8cac32b502f674a4..c36e3d6a2a7c2a96eb98cd1db64a11f508a03677:/gw-tests/nop-time.sh diff --git a/gw-tests/nop-time.sh b/gw-tests/nop-time.sh index 552f3f0..4ece384 100755 --- a/gw-tests/nop-time.sh +++ b/gw-tests/nop-time.sh @@ -3,20 +3,30 @@ . lib.sh main() { - : + ln -s ../nop/*.txt . } +ADDITIONAL_PLOTS=detail + plot_cmds() { - cat <<'EOF' -set title "Single GW, no modifications, no filters" -set grid + if [[ "$1" = detail ]]; then + range=0.06:0.3 + else + range=0.06:4 + echo "set logscale y" + fi + min=$(head -n 1 len2-msgs.txt | awk '{ print $2 }') + cat <