set term png set autoscale set xlabel "# bytes" set ylabel "seconds for 100000000 iterations" set title "AMD Athlong 1GHz, FreeBSD 5.5 GCC3.4.2-20040728, -O2" plot "strdup-test.-O2-AMD_Athlon-1GHz-FreeBSD_5.5-gcc3.4.2_20040728.log" using 1:2 with lines title 'strlen/malloc/memcpy' \ , "strdup-test.-O2-AMD_Athlon-1GHz-FreeBSD_5.5-gcc3.4.2_20040728.log" using 1:3 with lines title 'strdup'