My Project
Functions
bench.c File Reference
#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...
 

Detailed Description

Date
1998 - 2017
Author
Richard Delorme
Version
4.4

Function Documentation

◆ bench()

void bench ( void  )

perform various performance tests.

◆ bench_board_score_1()

static void bench_board_score_1 ( )
static

◆ bench_count_last_flip()

static void bench_count_last_flip ( )
static

◆ bench_mobility()

static void bench_mobility ( )
static

◆ bench_move_generator()

static void bench_move_generator ( )
static

◆ bench_stability()

static void bench_stability ( )
static

◆ click()

static unsigned long long click ( )
static