feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>
#include <application/command_line.h>
#include <application/singleton_application.h>
#include <basis/enhance_cpp.h>
#include <loggers/program_wide_logger.h>
#include <structures/static_memory_gremlin.h>
#include <unit_test/unit_base.h>
Go to the source code of this file.
Macros | |
#define | BASE_LOG(to_print) EMERGENCY_LOG(program_wide_logger().get(), astring(to_print)) |
#define | LOG(to_print) CLASS_EMERGENCY_LOG(program_wide_logger().get(), astring(to_print)) |
Variables | |
const int | MEMORY_CHECKING_INTERVAL = 0.5 * SECOND_ms |
#define BASE_LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger().get(), astring(to_print)) |
Definition at line 41 of file memory_hog.cpp.
#define LOG | ( | to_print | ) | CLASS_EMERGENCY_LOG(program_wide_logger().get(), astring(to_print)) |
Definition at line 42 of file memory_hog.cpp.
const int MEMORY_CHECKING_INTERVAL = 0.5 * SECOND_ms |
Definition at line 38 of file memory_hog.cpp.