]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - ugw/data/plot-ftrace.gp
Add remaining uncommitted files
[can-benchmark.git] / ugw / data / plot-ftrace.gp
diff --git a/ugw/data/plot-ftrace.gp b/ugw/data/plot-ftrace.gp
new file mode 100755 (executable)
index 0000000..641ac03
--- /dev/null
@@ -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"