From: Michal Sojka Date: Sun, 12 Dec 2010 12:06:42 +0000 (+0100) Subject: Add detailed graph to nop and show time starting at zero in *-time X-Git-Tag: fix-allnoconfig~218 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/8403d648ac1880b7d32a9c4b38ca727502e204c4?ds=sidebyside Add detailed graph to nop and show time starting at zero in *-time --- diff --git a/gw-tests/nop-highprio-time.sh b/gw-tests/nop-highprio-time.sh index a5a0005..9b125f7 100755 --- a/gw-tests/nop-highprio-time.sh +++ b/gw-tests/nop-highprio-time.sh @@ -7,7 +7,8 @@ main() { } plot_cmds() { - cat <<'EOF' + min=$(head -n 1 len2-msgs.txt | awk '{ print $2 }') + cat <