X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/23d02f334e85854520c4f817fccda721ea2aaf99..8403d648ac1880b7d32a9c4b38ca727502e204c4:/gw-tests/nop-time.sh?ds=sidebyside diff --git a/gw-tests/nop-time.sh b/gw-tests/nop-time.sh index 479f600..4ece384 100755 --- a/gw-tests/nop-time.sh +++ b/gw-tests/nop-time.sh @@ -6,19 +6,27 @@ main() { ln -s ../nop/*.txt . } +ADDITIONAL_PLOTS=detail + plot_cmds() { - cat <<'EOF' + 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 <