X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/bc30d749065d4d9296ad50791615e74cf084c890..aafcce616c45ce46821c2ed71f1c01ebebedd2f8:/gw-tests/filter-time.sh diff --git a/gw-tests/filter-time.sh b/gw-tests/filter-time.sh index 68dff87..f338ab8 100755 --- a/gw-tests/filter-time.sh +++ b/gw-tests/filter-time.sh @@ -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 }