set term png set autoscale set xlabel "# bytes" set ylabel "seconds for 30000000 iterations" set title "Intel P3 (Coppermine) 800MHz 256KB, -O2 Debian" plot "strdup-test2.-O2_P3_Coppermine_256KB_800MHz.log" using 1:2 with lines title 'strlen' \ , "strdup-test2.-O2_P3_Coppermine_256KB_800MHz.log" using 1:3 with lines title 'malloc' \ , "strdup-test2.-O2_P3_Coppermine_256KB_800MHz.log" using 1:4 with lines title 'memcpy' \ , "strdup-test2.-O2_P3_Coppermine_256KB_800MHz.log" using 1:5 with lines title 'strdup'