]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - ugw/data/plot-ftrace.gp
Add remaining uncommitted files
[can-benchmark.git] / ugw / data / plot-ftrace.gp
1 #!/usr/bin/env gnuplot
2
3 set xlabel "GW implementation"
4 set ylabel "GW latency [µs]"
5 set style data histogram
6 set style histogram
7 set style fill solid border -1
8 set boxwidth 0.9
9 set key left Left reverse
10 set grid
11 set xtics rotate by -20
12 set style histogram errorbars gap 1 lw 1
13
14 plot 'oneatatime/result' using 3:2:4:xtic(1) title "no ftrace", \
15      'oneatatime.ftrace/result' using 3:2:4:xtic(1) lc 1 lt 1 fill pattern 2 title "ftrace compiled in"