Statistics header.
More...
#include "const.h"
#include "util.h"
#include <stdio.h>
Go to the source code of this file.
Statistics header.
- Date
- 1998 - 2017
- Author
- Richard Delorme
- Version
- 4.4
◆ COUNT_NODES
◆ CUTOFF_STATS
| #define CUTOFF_STATS |
( |
| x | ) |
|
◆ HASH_COLLISIONS
| #define HASH_COLLISIONS |
( |
| x | ) |
|
◆ HASH_STATS
◆ PROBCUT_STATS
| #define PROBCUT_STATS |
( |
| x | ) |
|
ProbCut statistics on/off
◆ SEARCH_STATS
| #define SEARCH_STATS |
( |
| x | ) |
|
◆ SEARCH_UPDATE_ALL_NODES
| #define SEARCH_UPDATE_ALL_NODES |
( |
| ) |
|
Value:more general node counter
◆ SEARCH_UPDATE_EVAL_NODES
| #define SEARCH_UPDATE_EVAL_NODES |
( |
| ) |
|
Value:node counter for pattern changes
◆ SEARCH_UPDATE_INTERNAL_NODES
| #define SEARCH_UPDATE_INTERNAL_NODES |
( |
| ) |
|
Value:node counter for internal nodes
◆ SQUARE_STATS
| #define SQUARE_STATS |
( |
| x | ) |
|
Square type statistics on/off
◆ YBWC_STATS
◆ Statistics
| typedef struct Statistics Statistics |
◆ statistics_init()
| void statistics_init |
( |
void | | ) |
|
Intialization of the statistics.
◆ statistics_print()
| void statistics_print |
( |
FILE * | f | ) |
|
◆ statistics_sum_nodes()
| void statistics_sum_nodes |
( |
Search * | search | ) |
|
Cumulate node counts from the last search.
- Parameters
-
◆ statistics