set term png set autoscale set xlabel "# bytes" set ylabel "seconds for 100000000 iterations" set title "P2 Klamath, 233MHz, 512KB L2, -O2, GCC4.0.3, glibc2.3.6-15, Debian" plot "strdup-test.-O2_P2_Klamath-233MHz-512KB_L2-gcc4.0.3-2.3.6-15.log" using 1:2 with lines title 'strlen/malloc/memcpy' \ , "strdup-test.-O2_P2_Klamath-233MHz-512KB_L2-gcc4.0.3-2.3.6-15.log" using 1:3 with lines title 'strdup'