]> git.sesse.net Git - stockfish/commit - src/main.cpp
Add support for saving timing file during benchmark
authorMarco Costalba <mcostalba@gmail.com>
Sat, 4 Jul 2009 09:32:51 +0000 (10:32 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 4 Jul 2009 09:32:51 +0000 (10:32 +0100)
commit2b32571de88837ef5739348b8a3c951590a94205
tree8af3f17fee6fd2591088cb6619b24f3d33c737e2
parent36437f14e8cbac4c6b883248cccc9e707e957c68
Add support for saving timing file during benchmark

Add a new argument to bench to specify the name of the
file where timing information will be saved for each
benchmark session.

This argument is optional, if not specified file will
not be created.

Original patch by Heinz van Saanen

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/benchmark.cpp
src/main.cpp