]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - ugw/data/plot-thr.gp
Rename one experiment
[can-benchmark.git] / ugw / data / plot-thr.gp
index b3a4bd4efdebd742e20aa905749061a8c944fe9f..a157c1621923dc7def0c91b35a2e833abf656e1a 100755 (executable)
@@ -1,4 +1,7 @@
 #!/usr/bin/env gnuplot
+
+! ./throughput-dep.sh
+
 reset
 set xlabel "Frame period [µs]"
 set ylabel "Latency [µs] + packet loss"
@@ -9,7 +12,7 @@ set ytics (1e1,2e1,5e1,1e2,2e2,5e2,1e3,2e3,5e3,1e4,2e4,5e4,1e5,2e5,5e5)
 set logscale y
 set key reverse Left invert outside
 set grid
-loss_scale=10
+loss_scale=3
 plot [:160] \
      'kernel.dat' using 1:2:($3*loss_scale) title 'kernel', \
      'mmap-mmap.dat' using 1:2:($3*loss_scale) title 'mmap-mmap', \
@@ -18,7 +21,7 @@ plot [:160] \
      'mmapbusy-write.dat' using 1:2:($3*loss_scale) title 'mmapbusy-write', \
      'readnb-mmap.dat' using 1:2:($3*loss_scale) title 'readnb-mmap', \
      'read-mmap.dat' using 1:2:($3*loss_scale) title 'read-mmap', \
-     'readbusy-noirq.dat' using 1:2:($3*loss_scale) title 'readbusy-noirq', \
+     'readbusynoirq-write.dat' using 1:2:($3*loss_scale) title 'readbusynoirq-write', \
      'read-write.dat' using 1:2:($3*loss_scale) title 'read-write', \
      'readbusy-write.dat' using 1:2:($3*loss_scale) title 'readbusy-write', \
      'readnb-write.dat' using 1:2:($3*loss_scale) title 'readnb-write'