set term png set autoscale set xlabel "# bytes" set ylabel "seconds for 100000000 iterations" set title "AMD Duron 1.3GHz, 64KB L2, GLIBC 2.3.5, GCC4.0.6, Slackware 10.2, -O2 -march=athlon-4" plot "strdup-test.-O2_-march_athlon-4.Duron_1.3GHz_64KB_L2_glibc2.3.5.log" using 1:2 with lines title 'strlen/malloc/memcpy' \ , "strdup-test.-O2_-march_athlon-4.Duron_1.3GHz_64KB_L2_glibc2.3.5.log" using 1:3 with lines title 'strdup'