set term png set autoscale set xlabel "# bytes" set ylabel "seconds for 100000000 iterations" set title "-O2 Intel Xeon 2.83GHz 1MB L2 cache gcc 3.2.3 RHEL3-AS" plot "strdup-test.-O2_Intel_Xeon_2.83GHz_1MB_gcc3.2.3.log" using 1:2 with lines title 'strlen/malloc/memcpy' \ , "strdup-test.-O2_Intel_Xeon_2.83GHz_1MB_gcc3.2.3.log" using 1:3 with lines title 'strdup'