My Project
|
#include "bit.h"
#include "board.h"
#include "move.h"
#include "options.h"
#include "search.h"
#include "util.h"
#include <math.h>
Functions | |
static unsigned long long | click () |
static void | bench_move_generator () |
static void | bench_count_last_flip () |
static void | bench_board_score_1 () |
static void | bench_mobility () |
static void | bench_stability () |
void | bench (void) |
perform various performance tests. More... | |
void bench | ( | void | ) |
perform various performance tests.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |