EFL 1.7 svn doobies
[profile/ivi/eina.git] / doc / benchmark / convert / bench_Convert_2008-08-29_0000.gnuplot
1 set   autoscale                        # scale axes automatically
2 unset log                              # remove any log-scaling
3 unset label                            # remove any previous labels
4 set xtic auto                          # set xtics automatically
5 set ytic auto                          # set ytics automatically
6 set terminal png size 1024,768
7 set output "output_Convert_2008-08-29_0000.png"
8 set title "Convert 2008-08-29_0000
9 set xlabel "tests"
10 set ylabel "time"
11 plot "bench_Convert_2008-08-29_0000.itoa 10.data" using 1:2 title 'itoa 10' with line, \
12 "bench_Convert_2008-08-29_0000.itoa 16.data" using 1:2 title 'itoa 16' with line, \
13 "bench_Convert_2008-08-29_0000.snprintf 10.data" using 1:2 title 'snprintf 10' with line, \
14 "bench_Convert_2008-08-29_0000.snprintf 16.data" using 1:2 title 'snprintf 16' with line, \
15 "bench_Convert_2008-08-29_0000.snprintf a.data" using 1:2 title 'snprintf a' with line, \
16 "bench_Convert_2008-08-29_0000.dtoa.data" using 1:2 title 'dtoa' with line, \
17 "bench_Convert_2008-08-29_0000.gstrtod.data" using 1:2 title 'gstrtod' with line