set term png set autoscale set xlabel "# bytes" set ylabel "seconds for 10000000 iterations" set title "Celeron 600MHz, Windows XP Professional, Visual Studio 6.0" plot "strdup-test.Celeron_600MHz_WindowsXPprofessional_VisualStudio6.0.log" using 1:2 with lines title 'strlen/malloc/memcpy' \ , "strdup-test.Celeron_600MHz_WindowsXPprofessional_VisualStudio6.0.log" using 1:3 with lines title 'strdup'