]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/filter-time.sh
Substract tx time also in time graphs
[can-benchmark.git] / gw-tests / filter-time.sh
index 68dff873929e5643de368ff0281830efb261f353..f338ab85408ebfb462101b3a1d8fec6c14968562 100755 (executable)
@@ -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
 }