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