]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/nop-time.sh
Show graphs in ms instead of us
[can-benchmark.git] / gw-tests / nop-time.sh
index 007542dd9350458a6e7b4541016f711c78cce1f5..4d3152d9a66b69f0edc4502a6b327238cf04965c 100755 (executable)
@@ -11,12 +11,12 @@ plot_cmds() {
 set title "Single GW job for all messages, no modifications"
 set grid
 set xlabel "Time [s]"
-set ylabel "Latency [{/Symbol m}s]"
+set ylabel "Latency [ms]"
 plot [:] [:500] \
-          "len2-msgs.txt" using 2:(1000000*$14) with points title "2 byte messages", \
-          "len4-msgs.txt" using 2:(1000000*$14) with points title "4 byte messages", \
-          "len6-msgs.txt" using 2:(1000000*$14) with points title "6 byte messages", \
-          "len8-msgs.txt" using 2:(1000000*$14) with points title "8 byte messages"
+          "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", \
+          "len8-msgs.txt" using 2:(1000*$14) with points title "8 byte messages"
 EOF
 }