]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/filter-time.sh
Do not run html generation automatically - it doesn't work for make allkern
[can-benchmark.git] / gw-tests / filter-time.sh
index e82803a5f03b0cd3814d2073e88b373d8ed2898c..f338ab85408ebfb462101b3a1d8fec6c14968562 100755 (executable)
@@ -21,7 +21,7 @@ plot_cmds() {
     fi
     min=$(head -n 1 id-0-msgs.txt | awk '{ print $2 }')
     cat <<EOF
-set title "Single GW job for all messages, no modifications"
+set title "2048 GW rules (one per id, mask 0x7FF), no modifications"
 set grid xtics ytics mytics lw 1, lw 0.5
 set xlabel "Time [s]"
 set ylabel "Latency [ms]"
@@ -29,7 +29,7 @@ plot [:] [$range] \\
 EOF
     lt=1
     for i in $ids; do
-       echo_plot "\"id-$i-msgs.txt\" using (\$2-$min):(1000*\$14) with points title \"Message id $i\""
+       echo_plot "\"id-$i-msgs.txt\" using (\$2-$min):(1000*\$14-0.001*\$16) with points title \"Message id $i\""
         lt=$((lt+1))
     done
 }