efl/legacy/eina/doc/benchmark/itoa/bench_Convert_2008-08-21_16...

16 lines
873 B
Gnuplot

set autoscale # scale axes automatically
unset log # remove any log-scaling
unset label # remove any previous labels
set xtic auto # set xtics automatically
set ytic auto # set ytics automatically
#set logscale y
set terminal png size 1024,768
set output "output_Convert_2008-08-21_16:09:46.png"
set title "Convert 2008-08-21_16:09:46
set xlabel "tests"
set ylabel "time"
plot "bench_Convert_2008-08-21_16:09:46.itoa 10.data" using 1:2 title 'itoa 10' with line, \
"bench_Convert_2008-08-21_16:09:46.itoa 16.data" using 1:2 title 'itoa 16' with line, \
"bench_Convert_2008-08-21_16:09:46.snprintf 10.data" using 1:2 title 'snprintf 10' with line, \
"bench_Convert_2008-08-21_16:09:46.snprintf 16.data" using 1:2 title 'snprintf 16' with line