Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
Classes | Functions
game_statistics_in_time.h File Reference
#include "ccfwd.h"
#include "game_statistics.h"
Include dependency graph for game_statistics_in_time.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  game_statistics_in_time
 

Functions

game_statistics_in_time create_test_game_statistics_in_time ()
 Create a game_statistics_in_time used for testing.
 
game_statistics_in_time play_random_game_to_get_statistics_in_time (const int n_turns=2)
 Play a random game, used for profiling.
 
void test_game_statistics_in_time ()
 

Function Documentation

◆ create_test_game_statistics_in_time()

game_statistics_in_time create_test_game_statistics_in_time ( )

Create a game_statistics_in_time used for testing.

◆ play_random_game_to_get_statistics_in_time()

game_statistics_in_time play_random_game_to_get_statistics_in_time ( const int  n_turns = 2)

Play a random game, used for profiling.

◆ test_game_statistics_in_time()

void test_game_statistics_in_time ( )