set term png set autoscale set xlabel "# bytes" set ylabel "seconds for 100000000 iterations" set title "-O2 UltraSPARC-IIi 440MHz 2MB sunwspro" plot "strdup-test.-O2_UltraSPARC-IIi_440MHz_2MB.sunwspro.log" using 1:2 with lines title 'strlen/malloc/memcpy' \ , "strdup-test.-O2_UltraSPARC-IIi_440MHz_2MB.sunwspro.log" using 1:3 with lines title 'strdup'