set term png set autoscale set xlabel "# bytes" set ylabel "seconds for 100000000 iterations" set title "IBM,7028-6E4, 4CPU @ 1002MHz, AIX5.3 Power4" plot "strdup-test.-O2-PowerPC-Power4-IBM,7028-6E4-AIX5.3-1002MHz-4CPU.log" using 1:2 with lines title 'strlen/malloc/memcpy' \ , "strdup-test.-O2-PowerPC-Power4-IBM,7028-6E4-AIX5.3-1002MHz-4CPU.log" using 1:3 with lines title 'strdup'