From: Michal Sojka Date: Sat, 11 Dec 2010 08:25:40 +0000 (+0100) Subject: Convert graph ranges from us to ms X-Git-Tag: fix-allnoconfig~232 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/ed7437394c83680d71174453c41ce1ffbc4dace1 Convert graph ranges from us to ms --- diff --git a/gw-tests/filter-sff.sh b/gw-tests/filter-sff.sh index f1c78e3..f929bf0 100755 --- a/gw-tests/filter-sff.sh +++ b/gw-tests/filter-sff.sh @@ -21,7 +21,7 @@ set logscale y set grid set xlabel "Time [ms]" set ylabel "Latency profile [messages]" -plot [0:1500] [1:$COUNT] \\ +plot [0:2] [1:$COUNT] \\ EOF lt=1 for i in $ids; do diff --git a/gw-tests/mod.sh b/gw-tests/mod.sh index 6a870e6..7264d40 100755 --- a/gw-tests/mod.sh +++ b/gw-tests/mod.sh @@ -44,7 +44,7 @@ set logscale y set grid set xlabel "Time [ms]" set ylabel "Latency profile [messages]" -plot [0:600] [1:$COUNT] \ +plot [0:1] [1:$COUNT] \ "nop-hist.txt" with lp lt 1 title "No modifications", \ "mod-hist.txt" with lp lt 2 title "Two modifications", \ "mod2-hist.txt" with lp lt 3 title "Four modifications", \ diff --git a/gw-tests/nop-highprio-time.sh b/gw-tests/nop-highprio-time.sh index 953835c..5578927 100755 --- a/gw-tests/nop-highprio-time.sh +++ b/gw-tests/nop-highprio-time.sh @@ -12,7 +12,7 @@ set title "Single GW job for all messages, no modifications, high (soft)irq task set grid set xlabel "Time [s]" set ylabel "Latency [ms]" -plot [:] [:500] \ +plot [:] [:0.5] \ "len2-msgs.txt" using 2:(1000*$14) with points title "2 byte messages", \ "len4-msgs.txt" using 2:(1000*$14) with points title "4 byte messages", \ "len6-msgs.txt" using 2:(1000*$14) with points title "6 byte messages", \ diff --git a/gw-tests/nop-highprio.sh b/gw-tests/nop-highprio.sh index 271d64e..d5661a1 100755 --- a/gw-tests/nop-highprio.sh +++ b/gw-tests/nop-highprio.sh @@ -27,7 +27,7 @@ set logscale y set grid set xlabel "Time [ms]" set ylabel "Latency profile [messages]" -plot [0:600] [1:$COUNT] \ +plot [0:1] [1:$COUNT] \ "len2-hist.txt" with lp lt 1 title "2 byte messages", \ "len4-hist.txt" with lp lt 2 title "4 byte messages", \ "len6-hist.txt" with lp lt 3 title "6 byte messages", \ diff --git a/gw-tests/nop-time.sh b/gw-tests/nop-time.sh index 4d3152d..bb179ad 100755 --- a/gw-tests/nop-time.sh +++ b/gw-tests/nop-time.sh @@ -12,7 +12,7 @@ set title "Single GW job for all messages, no modifications" set grid set xlabel "Time [s]" set ylabel "Latency [ms]" -plot [:] [:500] \ +plot [:] [:0.5] \ "len2-msgs.txt" using 2:(1000*$14) with points title "2 byte messages", \ "len4-msgs.txt" using 2:(1000*$14) with points title "4 byte messages", \ "len6-msgs.txt" using 2:(1000*$14) with points title "6 byte messages", \ diff --git a/gw-tests/nop.sh b/gw-tests/nop.sh index 341124f..b6e8109 100755 --- a/gw-tests/nop.sh +++ b/gw-tests/nop.sh @@ -17,7 +17,7 @@ set logscale y set grid set xlabel "Time [ms]" set ylabel "Latency profile [messages]" -plot [0:600] [1:$COUNT] \ +plot [0:1] [1:$COUNT] \ "len2-hist.txt" with lp lt 1 title "2 byte messages", \ "len4-hist.txt" with lp lt 2 title "4 byte messages", \ "len6-hist.txt" with lp lt 3 title "6 byte messages", \ diff --git a/gw-tests/vcan.sh b/gw-tests/vcan.sh index 7002bfc..d44504a 100755 --- a/gw-tests/vcan.sh +++ b/gw-tests/vcan.sh @@ -26,7 +26,7 @@ set logscale y set grid set xlabel "Time [ms]" set ylabel "Latency profile [messages]" -plot [0:10000] [1:$COUNT] \\ +plot [0:10] [1:$COUNT] \\ EOF lt=2 for i in $numjobs; do diff --git a/gw-tests/vcans.sh b/gw-tests/vcans.sh index d73165f..e49bfda 100755 --- a/gw-tests/vcans.sh +++ b/gw-tests/vcans.sh @@ -26,7 +26,7 @@ set logscale y set grid set xlabel "Time [ms]" set ylabel "Latency profile [messages]" -plot [0:1000] [1:$COUNT] \\ +plot [0:1] [1:$COUNT] \\ EOF lt=1 for i in $numjobs; do