X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=doc%2Fcharts%2Fchart1.gnuplot;fp=doc%2Fcharts%2Fchart1.gnuplot;h=2dbb28d3f85696637867817d2df17a5eb11de015;hp=f4ba07fc0702c111886166373f61c8424ce86a44;hb=b97d88fcab609b6c875d9fbdc75e81d31bbb769e;hpb=237f5630a4a558e31eff54e7f59d1873ac6c1534 diff --git a/doc/charts/chart1.gnuplot b/doc/charts/chart1.gnuplot index f4ba07f..2dbb28d 100644 --- a/doc/charts/chart1.gnuplot +++ b/doc/charts/chart1.gnuplot @@ -2,22 +2,18 @@ set terminal postscript landscape color "Helvetica" 19 set output 'unfilled.eps' -set yrange [0:300] -set xrange [1.8:4.5] +set yrange [0:6] +set xrange [1:7.4] set data style boxes set boxwidth 0.4 -set xtics (" " 3) -set xlabel "X Axis Label" -set ylabel "Y Axis Label" +set xtics ("256" 1.8, "128" 3.4, "64" 5.0, "32" 6.6) +set xlabel "Max Instructions Per Method" +set ylabel "Seconds" +set title "Optimal Max Instructions Per Method" 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 \ - 'chart1.dat' using ($1-0.8):($2) title "x86", \ - 'chart1.dat' using ($1-0.4):($3) title "Sparc", \ - 'chart1.dat' using ($1):($4) title "HPL-PD", \ - 'chart1.dat' using ($1+0.4):($5) title "Canonical" +plot \ + 'chart1.dat' using ($1-0.8):($2) title "libjpeg", \ + 'chart1.dat' using ($1-0.4):($3) title "libfreetype", \ + 'chart1.dat' using ($1):($4) title "libmspack"