From: Michal Sojka Date: Wed, 22 Dec 2010 08:09:07 +0000 (+0100) Subject: Plot mod detail in microseconds X-Git-Tag: fix-allnoconfig~198^2~2 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/d58d043d7142c2806f84f4b46d63d5c7fe5ce64a?ds=sidebyside Plot mod detail in microseconds --- diff --git a/gw-tests/mod.sh b/gw-tests/mod.sh index 53d0116..b045407 100755 --- a/gw-tests/mod.sh +++ b/gw-tests/mod.sh @@ -41,24 +41,27 @@ ADDITIONAL_PLOTS=detail plot_cmds() { if [[ "$1" = detail ]]; then - range=0.14:0.2 + range=140:200 echo "set logscale y" echo "set key left bottom reverse Left" + echo "set xlabel 'Time [{/Symbol m}s]'" + using="using (\$1*1000):2" else range=0.05:100 echo "set logscale xy" + echo "set xlabel 'Time [ms]'" + using="" fi cat <