From: Martin Hořeňovský Date: Tue, 10 Sep 2013 12:51:56 +0000 (+0200) Subject: Modified nop-highprio tests to have plot level "detail". X-Git-Tag: fix-allnoconfig~147 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/d13c201affa46a2b9ece2249bf44c50bc37335ed Modified nop-highprio tests to have plot level "detail". Changed according to the nop tests, there is no reason they should not have them. --- diff --git a/gw-tests/nop-highprio-time.sh b/gw-tests/nop-highprio-time.sh index 8faeeee..3712cb7 100755 --- a/gw-tests/nop-highprio-time.sh +++ b/gw-tests/nop-highprio-time.sh @@ -12,7 +12,15 @@ main() { fi; } +ADDITIONAL_PLOTS=detail + plot_cmds() { + if [[ "$1" = detail ]]; then + range=0.0:0.3 + else + range=0.01:4 + echo "set logscale y" + fi min=$(head -n 1 len2-msgs.txt | awk '{ print $2 }') cat <