rename result files so that we can check out on Windows

SVN revision: 36448
devs/devilhorns/wayland_egl
Vincent Torri 15 years ago
parent 656a79f1a0
commit 39fc2ca916
  1. 0
      legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.dtoa.data
  2. 17
      legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.gnuplot
  3. 0
      legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.gstrtod.data
  4. 0
      legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.itoa_10.data
  5. 0
      legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.itoa_16.data
  6. 0
      legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_10.data
  7. 0
      legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_16.data
  8. 0
      legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_a.data
  9. 17
      legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_16:21:07.gnuplot
  10. 0
      legacy/eina/doc/benchmark/convert/output_Convert_2008-08-29_0000.png
  11. 17
      legacy/eina/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0000.gnuplot
  12. 0
      legacy/eina/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0000.stringshare.data
  13. 0
      legacy/eina/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0001.stringshare.data
  14. 17
      legacy/eina/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_17:14:32.gnuplot
  15. 0
      legacy/eina/doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.linear.png
  16. 0
      legacy/eina/doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.logscale.png
  17. 0
      legacy/eina/doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.relative_error.png

@ -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

@ -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
Loading…
Cancel
Save