From: Michal Sojka Date: Thu, 29 Sep 2011 20:21:23 +0000 (+0200) Subject: Update axes labels for publication on www X-Git-Tag: fix-allnoconfig~162 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/73b462ca6989b649936b8077059ede195546e813?hp=52acce6fcf7228490a4427fa33294cb2e5f64fcc Update axes labels for publication on www --- diff --git a/gw-tests/filter-time.sh b/gw-tests/filter-time.sh index 865e1cc..c23a3b0 100755 --- a/gw-tests/filter-time.sh +++ b/gw-tests/filter-time.sh @@ -24,7 +24,7 @@ plot_cmds() { set title "2048 GW rules (one per id, mask 0x7FF), no modifications" set grid xtics ytics mytics lw 1, lw 0.5 set xlabel "Experiment time [s]" -set ylabel "Latency [ms]" +set ylabel "GW latency [ms]" plot [:] [$range] \\ EOF lt=1 diff --git a/gw-tests/mod.sh b/gw-tests/mod.sh index 2aa6441..102369a 100755 --- a/gw-tests/mod.sh +++ b/gw-tests/mod.sh @@ -44,7 +44,7 @@ plot_cmds() { range=0:200 echo "set logscale y" echo "set key left bottom reverse Left" - echo "set xlabel 'Time [{/Symbol m}s]'" + echo "set xlabel 'GW latency [{/Symbol m}s]'" using="using (\$1*1000):2" else range=0.01:10 diff --git a/gw-tests/nop-highprio-time.sh b/gw-tests/nop-highprio-time.sh index b8c00fe..22065c3 100755 --- a/gw-tests/nop-highprio-time.sh +++ b/gw-tests/nop-highprio-time.sh @@ -14,7 +14,7 @@ set logscale y set grid xtics ytics mytics lw 1, lw 0.5 set key left set xlabel "Experiment time [s]" -set ylabel "Latency [ms]" +set ylabel "GW latency [ms]" plot [:] [0.01:4] \\ "len2-msgs.txt" using (\$2-$min):(1000*\$14-0.001*\$16) with points title "2 byte messages", \\ "len4-msgs.txt" using (\$2-$min):(1000*\$14-0.001*\$16) with points title "4 byte messages", \\ diff --git a/gw-tests/nop-time.sh b/gw-tests/nop-time.sh index 7bf1592..585d733 100755 --- a/gw-tests/nop-time.sh +++ b/gw-tests/nop-time.sh @@ -21,7 +21,7 @@ set title "Single GW rule for all messages, no modifications" set grid xtics ytics mytics lw 1, lw 0.5 set key left set xlabel "Experiment time [s]" -set ylabel "Latency [ms]" +set ylabel "GW latency [ms]" plot [:] [$range] \\ "len2-msgs.txt" using (\$2-$min):(1000*\$14-0.001*\$16) with points title "2 byte messages", \\ "len4-msgs.txt" using (\$2-$min):(1000*\$14-0.001*\$16) with points title "4 byte messages", \\ diff --git a/gw-tests/user-time.sh b/gw-tests/user-time.sh index a4a518e..d7e095a 100755 --- a/gw-tests/user-time.sh +++ b/gw-tests/user-time.sh @@ -26,7 +26,7 @@ plot_cmds() { set title "Single GW rule for all messages, no modifications" set grid xtics ytics mytics lw 1, lw 0.5 set xlabel "Experiment time [s]" -set ylabel "Latency [ms]" +set ylabel "GW latency [ms]" plot [:] [$range] \\ "user2-msgs.txt" using (\$2-$min):(1000*\$14-0.001*\$16) with points title "Userspace GW, 2 byte messages", \\ "user8-msgs.txt" using (\$2-$min):(1000*\$14-0.001*\$16) with points title "Userspace GW, 8 byte messages", \\