charts
[nestedvm.git] / doc / charts / chart7.gnuplot
diff --git a/doc/charts/chart7.gnuplot b/doc/charts/chart7.gnuplot
new file mode 100644 (file)
index 0000000..8f44e70
--- /dev/null
@@ -0,0 +1,19 @@
+# don't touch this
+set terminal postscript landscape color "Helvetica" 19 
+set output 'unfilled.eps'
+
+set yrange [0:2.8]
+set xrange [1:5.8]
+set data style boxes
+set boxwidth 0.4
+set xtics ("Native" 1.8, "NestedVM -> GCJ" 3.4, "Hotspot" 5.0)
+#set xlabel ""
+set title "Native vs GCJ vs Hotspot"
+set ylabel "Seconds"
+set grid
+
+plot \
+  'chart7.dat' using ($1-0.8):($2) title "libjpeg",      \
+  'chart7.dat' using ($1-0.4):($3) title "libfreetype",    \
+  'chart7.dat' using     ($1):($4) title "libmspack"
+