SVN revision: 36448devs/devilhorns/wayland_egl
@ -0,0 +1,17 @@ |
||||
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 terminal png size 1024,768 |
||||
set output "output_Convert_2008-08-29_0000.png" |
||||
set title "Convert 2008-08-29_0000 |
||||
set xlabel "tests" |
||||
set ylabel "time" |
||||
plot "bench_Convert_2008-08-29_0000.itoa 10.data" using 1:2 title 'itoa 10' with line, \ |
||||
"bench_Convert_2008-08-29_0000.itoa 16.data" using 1:2 title 'itoa 16' with line, \ |
||||
"bench_Convert_2008-08-29_0000.snprintf 10.data" using 1:2 title 'snprintf 10' with line, \ |
||||
"bench_Convert_2008-08-29_0000.snprintf 16.data" using 1:2 title 'snprintf 16' with line, \ |
||||
"bench_Convert_2008-08-29_0000.snprintf a.data" using 1:2 title 'snprintf a' with line, \ |
||||
"bench_Convert_2008-08-29_0000.dtoa.data" using 1:2 title 'dtoa' with line, \ |
||||
"bench_Convert_2008-08-29_0000.gstrtod.data" using 1:2 title 'gstrtod' with line |
@ -1,17 +0,0 @@ |
||||
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 terminal png size 1024,768 |
||||
set output "output_Convert_2008-08-29_16:21:07.png" |
||||
set title "Convert 2008-08-29_16:21:07 |
||||
set xlabel "tests" |
||||
set ylabel "time" |
||||
plot "bench_Convert_2008-08-29_16:21:07.itoa 10.data" using 1:2 title 'itoa 10' with line, \ |
||||
"bench_Convert_2008-08-29_16:21:07.itoa 16.data" using 1:2 title 'itoa 16' with line, \ |
||||
"bench_Convert_2008-08-29_16:21:07.snprintf 10.data" using 1:2 title 'snprintf 10' with line, \ |
||||
"bench_Convert_2008-08-29_16:21:07.snprintf 16.data" using 1:2 title 'snprintf 16' with line, \ |
||||
"bench_Convert_2008-08-29_16:21:07.snprintf a.data" using 1:2 title 'snprintf a' with line, \ |
||||
"bench_Convert_2008-08-29_16:21:07.dtoa.data" using 1:2 title 'dtoa' with line, \ |
||||
"bench_Convert_2008-08-29_16:21:07.gstrtod.data" using 1:2 title 'gstrtod' with line |
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
@ -0,0 +1,17 @@ |
||||
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_Stringshare_2008-08-08_0001.png" |
||||
set title "Stringshare 2008-08-08_0001 (superfast vs djb2)" |
||||
set xlabel "tests" |
||||
set ylabel "time" |
||||
plot "bench_Stringshare_2008-08-08_0001.stringshare.data" using 1:2 title 'stringshare-superfast' with line, \ |
||||
"bench_Stringshare_2008-08-08_0000.stringshare.data" using 1:2 title 'stringshare-djb2' with line |
||||
|
||||
# "bench_Stringshare_2008-08-08_0000.stringshare.data" using 1:(2*abs($5-$2)/(abs($5)+abs($2))) title "relative error" with line |
||||
|
||||
|
@ -1,17 +0,0 @@ |
||||
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_Stringshare_2008-08-08_17:14:32.png" |
||||
set title "Stringshare 2008-08-08_17:14:32 (superfast vs djb2)" |
||||
set xlabel "tests" |
||||
set ylabel "time" |
||||
plot "bench_Stringshare_2008-08-08_17:14:32.stringshare.data" using 1:2 title 'stringshare-superfast' with line, \ |
||||
"bench_Stringshare_2008-08-08_17:09:23.stringshare.data" using 1:2 title 'stringshare-djb2' with line |
||||
|
||||
# "bench_Stringshare_2008-08-08_17:09:23.stringshare.data" using 1:(2*abs($5-$2)/(abs($5)+abs($2))) title "relative error" with line |
||||
|
||||
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |