]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/user.sh
Fix line breaks in plot commands
[can-benchmark.git] / gw-tests / user.sh
index 9687c4beb895cd27afa974f721a39fa3717898b1..554329f21acbe4ea1d307528b361185c5cf9fdb5 100755 (executable)
@@ -31,10 +31,10 @@ set termoption dashed
 set grid xtics mxtics ytics mytics lw 1, lw 0.5
 set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"
 set grid xtics mxtics ytics mytics lw 1, lw 0.5
 set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"
-plot [$range] [1:$COUNT] \
-          "user2-hist.txt" with lp lc 1 lt 1 title "Userspace GW, 2 byte messages", \
-          "user8-hist.txt" with lp lc 1 lt 2 title "Userspace GW, 8 byte messages", \
-          "kern2-hist.txt" with lp lc 2 lt 1 title "Kernel GW, 2 byte messages", \
+plot [$range] [1:$COUNT] \\
+          "user2-hist.txt" with lp lc 1 lt 1 title "Userspace GW, 2 byte messages", \\
+          "user8-hist.txt" with lp lc 1 lt 2 title "Userspace GW, 8 byte messages", \\
+          "kern2-hist.txt" with lp lc 2 lt 1 title "Kernel GW, 2 byte messages", \\
           "kern8-hist.txt" with lp lc 2 lt 2 title "Kernel GW, 8 byte messages"
 EOF
 }
           "kern8-hist.txt" with lp lc 2 lt 2 title "Kernel GW, 8 byte messages"
 EOF
 }