X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/4c7dfd96364c28a39c280355ad473d42680c1a6f..109b4b67cb54eadad6974f06cc68567c55d6acd4:/ugw/data/plot-thr.gp diff --git a/ugw/data/plot-thr.gp b/ugw/data/plot-thr.gp index 693aaa4..2966efa 100755 --- a/ugw/data/plot-thr.gp +++ b/ugw/data/plot-thr.gp @@ -4,8 +4,8 @@ set xlabel "Frame period [µs]" set ylabel "Latency [µs] + packet loss" set style data yerrorlines # set yrange [0:10000] -set yrange [0:] -#set logscale y +set yrange [10:] +set logscale y # set key left Left reverse set grid loss_scale=10 @@ -16,5 +16,6 @@ plot \ 'mmap-mmap.dat' using 1:2:($3*loss_scale) title 'mmap-mmap', \ 'mmap-write.dat' using 1:2:($3*loss_scale) title 'mmap-write', \ 'readbusy-write.dat' using 1:2:($3*loss_scale) title 'readbusy-write', \ + 'readbusy-noirq.dat' using 1:2:($3*loss_scale) title 'readbusy-noirq', \ 'readnb-write.dat' using 1:2:($3*loss_scale) title 'readnb-write', \ 'read-write.dat' using 1:2:($3*loss_scale) title 'read-write'