|
feisty meow concerns codebase 2.140
|
#include <application/application_shell.h>#include <application/hoople_main.h>#include <basis/astring.h>#include <basis/guards.h>#include <loggers/program_wide_logger.h>#include <structures/static_memory_gremlin.h>#include <timely/time_control.h>#include <timely/time_stamp.h>#include <unit_test/unit_base.h>
Go to the source code of this file.
Macros | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Variables | |
| const int | RUN_DURATION = 3 * SECOND_ms |
| const int | SLEEP_DURATION = 42 |
| const int | REPORT_INTERVAL = 500 |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 34 of file test_time_stamp.cpp.
| const int REPORT_INTERVAL = 500 |
Definition at line 47 of file test_time_stamp.cpp.
| const int RUN_DURATION = 3 * SECOND_ms |
Definition at line 41 of file test_time_stamp.cpp.
| const int SLEEP_DURATION = 42 |
Definition at line 44 of file test_time_stamp.cpp.