X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/052fa871a1c16da85562fba8b256287b404d7bab..227dac53cfca24e57a9c96b78c0b7581b3df961d:/ugw/data/plot-ftrace.gp diff --git a/ugw/data/plot-ftrace.gp b/ugw/data/plot-ftrace.gp new file mode 100755 index 0000000..641ac03 --- /dev/null +++ b/ugw/data/plot-ftrace.gp @@ -0,0 +1,15 @@ +#!/usr/bin/env gnuplot + +set xlabel "GW implementation" +set ylabel "GW latency [µs]" +set style data histogram +set style histogram +set style fill solid border -1 +set boxwidth 0.9 +set key left Left reverse +set grid +set xtics rotate by -20 +set style histogram errorbars gap 1 lw 1 + +plot 'oneatatime/result' using 3:2:4:xtic(1) title "no ftrace", \ + 'oneatatime.ftrace/result' using 3:2:4:xtic(1) lc 1 lt 1 fill pattern 2 title "ftrace compiled in"