From: brian Date: Tue, 11 May 2004 12:11:27 +0000 (-0700) Subject: linpack chart (char11) X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=a5c6986e3ee08c4d7c008e9847655cc60a6e824c linpack chart (char11) darcs-hash:20040511121127-24bed-4952019a828c4846d8c52019455df2c645a17352.gz --- diff --git a/doc/charts/chart11.dat b/doc/charts/chart11.dat new file mode 100644 index 0000000..8ddb026 --- /dev/null +++ b/doc/charts/chart11.dat @@ -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 index 0000000..ff557c0 --- /dev/null +++ b/doc/charts/chart11.gnuplot @@ -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 ""