My Project
|
Functions | |
void | statistics_init (void) |
Intialization of the statistics. More... | |
void | statistics_sum_nodes (Search *search) |
Cumulate node counts from the last search. More... | |
void | statistics_print (FILE *f) |
Print statistics. More... | |
Variables | |
Statistics | statistics |
The purpose of these functions is to gather performance statistics on some algorithms or code.
void statistics_init | ( | void | ) |
Intialization of the statistics.
void statistics_print | ( | FILE * | f | ) |
Print statistics.
void statistics_sum_nodes | ( | Search * | search | ) |
Cumulate node counts from the last search.
search | Last search. |
Statistics statistics |