A program to measure the move generation speed. More...
#include "sys.h"#include <iostream>#include <cstdlib>#include <ctime>#include <iomanip>#include <sstream>#include <vector>#include <sys/time.h>#include "debug.h"#include "ChessPosition.h"#include "PieceIterator.h"#include "MoveIterator.h"#include "ChessNotation.h"
Go to the source code of this file.
Functions | |
| void | print_move (ChessPosition const& chess_position, Move const& move) |
| int | main () |
A program to measure the move generation speed.
Definition in file tstbenchmark.cc.