Functions
tstbenchmark.cc File Reference

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"
Include dependency graph for tstbenchmark.cc:

Go to the source code of this file.

Functions

void print_move (ChessPosition const& chess_position, Move const& move)
 
int main ()
 

Detailed Description

A program to measure the move generation speed.

Definition in file tstbenchmark.cc.


Copyright © 2006 - 2010 Carlo Wood.  All rights reserved.