]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/nop-highprio.sh
Remove the word "job" from graph titles
[can-benchmark.git] / gw-tests / nop-highprio.sh
index d5661a17264ca0b41479a2398699a787614e8b86..219fe059aef1074ed2c10ff4aa81cd171ac39c9a 100755 (executable)
@@ -22,12 +22,12 @@ main() {
 
 plot_cmds() {
     cat <<EOF
-set title "Single GW job for all messages, no modifications, high (soft)irq task priority"
-set logscale y
-set grid
+set title "Single GW rule for all messages, no modifications, high (soft)irq task priority"
+set logscale xy
+set grid xtics mxtics ytics mytics lw 1, lw 0.5
 set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"
-plot [0:1] [1:$COUNT] \
+plot [0.05:100] [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", \