|
feisty meow concerns codebase
2.140
|
#include "crompish_pax.h"#include <mathematics/chaos.h>#include <basis/astring.h>#include <application/application_shell.h>#include <application/command_line.h>#include <application/hoople_main.h>#include <structures/amorph.h>#include <cromp/cromp_client.h>#include <octopus/entity_defs.h>#include <octopus/infoton.h>#include <loggers/console_logger.h>#include <loggers/critical_events.h>#include <loggers/file_logger.h>#include <loggers/program_wide_logger.h>#include <sockets/internet_address.h>#include <structures/static_memory_gremlin.h>#include <timely/time_control.h>#include <unit_test/unit_base.h>#include <stdio.h>
Go to the source code of this file.
Macros | |
| #define | DEBUG_TESTER |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s)) |
| #define | BASE_LOG(s) EMERGENCY_LOG(program_wide_logger::get(), astring(s)) |
Variables | |
| const int | REPORTING_INTERVAL = 20 * SECOND_ms |
| #define BASE_LOG | ( | s | ) | EMERGENCY_LOG(program_wide_logger::get(), astring(s)) |
Definition at line 64 of file test_many_cromp.cpp.
| #define DEBUG_TESTER |
Definition at line 57 of file test_many_cromp.cpp.
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s)) |
Definition at line 63 of file test_many_cromp.cpp.
| const int REPORTING_INTERVAL = 20 * SECOND_ms |
Definition at line 60 of file test_many_cromp.cpp.