]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Convert graph ranges from us to ms
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 11 Dec 2010 08:25:40 +0000 (09:25 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 11 Dec 2010 08:25:40 +0000 (09:25 +0100)
gw-tests/filter-sff.sh
gw-tests/mod.sh
gw-tests/nop-highprio-time.sh
gw-tests/nop-highprio.sh
gw-tests/nop-time.sh
gw-tests/nop.sh
gw-tests/vcan.sh
gw-tests/vcans.sh

index f1c78e316fdcf05ad4ae6c8f81e31d48291e3a3d..f929bf030bed0675497831f9d91c03e30efef093 100755 (executable)
@@ -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
index 6a870e6b9fa3b26aeb90eb1b295cb32121a021e5..7264d40964e92b94a3993372f8daada81b5a38b1 100755 (executable)
@@ -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", \
index 953835ce5f09b48355226a045217ef2f7494cde2..5578927af2d7ea3bc4c8bcb3af038f6ec34a9964 100755 (executable)
@@ -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", \
index 271d64e539bbab8bb345c2f7657f5725902e0fb5..d5661a17264ca0b41479a2398699a787614e8b86 100755 (executable)
@@ -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", \
index 4d3152d9a66b69f0edc4502a6b327238cf04965c..bb179adcf176c8348d0905af51f84980540fb558 100755 (executable)
@@ -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", \
index 341124f790f2d131b82fcb1e680c65596d5b151d..b6e8109d130897997e6da97645ac163201fdde3b 100755 (executable)
@@ -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", \
index 7002bfc8f381e272e8acbec50087d5f40dfa96f9..d44504ae6137a63c2cd99dd3d33f37882b43be92 100755 (executable)
@@ -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
index d73165fc4d9f5374b9d9328ea300f9c89fa0306e..e49bfdac4bc0b62362cc4b38d5f128aa332800a2 100755 (executable)
@@ -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