linpack chart (char11)
authorbrian <brian@brianweb.net>
Tue, 11 May 2004 12:11:27 +0000 (05:11 -0700)
committerbrian <brian@brianweb.net>
Tue, 11 May 2004 12:11:27 +0000 (05:11 -0700)
darcs-hash:20040511121127-24bed-4952019a828c4846d8c52019455df2c645a17352.gz

doc/charts/chart11.dat [new file with mode: 0644]
doc/charts/chart11.gnuplot [new file with mode: 0644]

diff --git a/doc/charts/chart11.dat b/doc/charts/chart11.dat
new file mode 100644 (file)
index 0000000..8ddb026
--- /dev/null
@@ -0,0 +1,3 @@
+1.6    6.368
+3.4     87.946
+5.2    39.44
diff --git a/doc/charts/chart11.gnuplot b/doc/charts/chart11.gnuplot
new file mode 100644 (file)
index 0000000..ff557c0
--- /dev/null
@@ -0,0 +1,15 @@
+# don't touch this
+set terminal postscript landscape color "Helvetica" 19 
+set output 'unfilled.eps'
+
+set yrange [0:90]
+set xrange [1:5.8]
+set data style boxes
+set boxwidth 0.8
+set xtics ("Native" 1.6, "NestedVM -> GCJ" 3.4, "NestedVM" 5.2)
+#set xlabel ""
+set title "Native/GCJ/Hotspot Linpack"
+set ylabel "Seconds"
+set grid
+plot \
+  'chart11.dat' using ($1):($2) title ""