]> git.sesse.net Git - stockfish/commitdiff
Add evaluation tracing code
authorMarco Costalba <mcostalba@gmail.com>
Sat, 26 Feb 2011 13:09:58 +0000 (14:09 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 26 Feb 2011 13:26:27 +0000 (14:26 +0100)
This patch is based on Justin Blanchard's original
work and allows to breakdown evaluation in its sub terms and
show to the user.

Tracing code has zero speed impact when not used.

Note that tracing code is not thread-safe, but this
should not be a problem given the typical usage scenario.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found