The Battle for Wesnoth  1.19.0-dev
Macros | Variables
testing.cpp File Reference

Gather statistics important for AI testing and output them. More...

#include "ai/manager.hpp"
#include "ai/testing.hpp"
#include "log.hpp"
#include "game_board.hpp"
#include "replay.hpp"
#include "resources.hpp"
#include "team.hpp"
#include "tod_manager.hpp"
#include "game_version.hpp"
Include dependency graph for testing.cpp:

Go to the source code of this file.

Macros

#define DBG_AI_TESTING   LOG_STREAM(debug, log_ai_testing)
 
#define LOG_AI_TESTING   LOG_STREAM(info, log_ai_testing)
 
#define ERR_AI_TESTING   LOG_STREAM(err, log_ai_testing)
 

Variables

static lg::log_domain log_ai_testing ("ai/testing")
 

Detailed Description

Gather statistics important for AI testing and output them.

Definition in file testing.cpp.

Macro Definition Documentation

◆ DBG_AI_TESTING

#define DBG_AI_TESTING   LOG_STREAM(debug, log_ai_testing)

Definition at line 31 of file testing.cpp.

◆ ERR_AI_TESTING

#define ERR_AI_TESTING   LOG_STREAM(err, log_ai_testing)

Definition at line 33 of file testing.cpp.

◆ LOG_AI_TESTING

#define LOG_AI_TESTING   LOG_STREAM(info, log_ai_testing)

Definition at line 32 of file testing.cpp.

Variable Documentation

◆ log_ai_testing

lg::log_domain log_ai_testing("ai/testing") ( "ai/testing"  )
static