X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=doc%2Fcharts%2Fchart10.gnuplot;fp=doc%2Fcharts%2Fchart10.gnuplot;h=bfecc7724b5a651eb89c258f1996e31bb42122c9;hp=0000000000000000000000000000000000000000;hb=b97d88fcab609b6c875d9fbdc75e81d31bbb769e;hpb=237f5630a4a558e31eff54e7f59d1873ac6c1534 diff --git a/doc/charts/chart10.gnuplot b/doc/charts/chart10.gnuplot new file mode 100644 index 0000000..bfecc77 --- /dev/null +++ b/doc/charts/chart10.gnuplot @@ -0,0 +1,22 @@ +# don't touch this +set terminal postscript landscape color "Helvetica" 19 +set output 'unfilled.eps' + +set yrange [0:5] +set xrange [1:8.4] +set data style boxes +set boxwidth 0.8 +set xtics (\ + "None" 1.6, "Prune Cases" 2.8, "GCC\nOptimizations" 4.0, \ + "TABLE\nSWITCH" 5.2, "Combined" 6.4, \ + "Binary\n-to-\nBinary" 7.6) + +set title "Effects of Optimizatins on Binary-to-Souce and Binary-to-Binary Compilers" +set ylabel "Seconds" +set grid +#set label "59" at 2.15, 69 +#set label "97" at 2.55, 107 +#set label "159" at 2.95, 169 +#set label "256" at 3.35, 266 +plot \ + 'chart10.dat' using ($1):($2) title ""