]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - ugw/data/plot-thr.gp
fixup
[can-benchmark.git] / ugw / data / plot-thr.gp
index 693aaa448a1f7a239b0c5cdb852ddca11977cfb9..2966efacec020bfaebbefe019f899849e9bdd15f 100755 (executable)
@@ -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'