]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/filter-time.sh
Add RTEMS as a submodule
[can-benchmark.git] / gw-tests / filter-time.sh
index f338ab85408ebfb462101b3a1d8fec6c14968562..c23a3b0ac0d7fe4a4b0512de30b06a0eead176a9 100755 (executable)
@@ -14,17 +14,17 @@ ADDITIONAL_PLOTS=detail
 
 plot_cmds() {
     if [[ "$1" = detail ]]; then
-       range=0.36:0.8
+       range=0:0.6
     else
-       range=0.05:100
+       range=0.01:100
        echo "set logscale y"
     fi
     min=$(head -n 1 id-0-msgs.txt | awk '{ print $2 }')
     cat <<EOF
 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]"
+set xlabel "Experiment time [s]"
+set ylabel "GW latency [ms]"
 plot [:] [$range] \\
 EOF
     lt=1