]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - tests/00-rtt.sh
Some uncommited changes found on my laptop
[can-benchmark.git] / tests / 00-rtt.sh
index f79a06cd8bd4fcb28ba2cfa7b259308ded42fe49..f20a4147fc84d85bd9a16c082d2eeffb6b639593 100755 (executable)
@@ -14,10 +14,10 @@ p() { cat <<EOF
 set title "Round-trip time"
 set logscale y
 set grid
-set xlabel "Time [{/Symbol m}s]"
+set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"
-plot [0:] "socketcan-1000.dat" with lp title "Socketcan",\
-              "lincan-1000.dat" with lp title "Lincan"
+plot [0:] "socketcan-1000.dat" with steps title "Socketcan",\
+              "lincan-1000.dat" with steps title "Lincan"
 EOF
 }
 
@@ -26,6 +26,6 @@ set title "Round-trip time history"
 set logscale y
 set grid
 set xlabel "Ping number"
-set ylabel "Round-trip time [{/Symbol m}s]"
+set ylabel "Round-trip time [ms]"
 plot "socketcan-times-1000.dat" with lines, "lincan-times-1000.dat" with lines
 '