]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/nop-highprio-time.sh
Merge branch 'master' of rtime.felk.cvut.cz:/can-benchmark
[can-benchmark.git] / gw-tests / nop-highprio-time.sh
index 0d13e9a2437602c651978bf69caaa5fd11f1390c..953835ce5f09b48355226a045217ef2f7494cde2 100755 (executable)
@@ -11,12 +11,12 @@ plot_cmds() {
 set title "Single GW job for all messages, no modifications, high (soft)irq task priority"
 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
 }