]> git.sesse.net Git - stockfish/commit - src/benchmark.cpp
Retire divide command
authorlucasart <lucas.braesch@gmail.com>
Mon, 4 Aug 2014 05:54:09 +0000 (13:54 +0800)
committerlucasart <lucas.braesch@gmail.com>
Mon, 4 Aug 2014 05:54:09 +0000 (13:54 +0800)
commit535f70088e6fbf19f4775490edab050006734814
treeb9c049544151a60385c44ed39025f5a1b4be59f1
parent1b69910865a4add283ba32626acce4e03553a51c
Retire divide command
The main purpose of perft is to help debugging. But without the breakdown in sum of perft(N-1), it is a
completely useless debugging tool.

So perft now displays the breakdown, and divide is therefore removed.

No functional change.
src/benchmark.cpp
src/uci.cpp