From 73b462ca6989b649936b8077059ede195546e813 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 29 Sep 2011 22:21:23 +0200 Subject: [PATCH] Update axes labels for publication on www --- gw-tests/filter-time.sh | 2 +- gw-tests/mod.sh | 2 +- gw-tests/nop-highprio-time.sh | 2 +- gw-tests/nop-time.sh | 2 +- gw-tests/user-time.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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", \\ -- 2.39.2