|
feisty meow concerns codebase
2.140
|
#include <application/application_shell.h>#include <application/event_extensions.h>#include <application/hoople_main.h>#include <basis/functions.h>#include <basis/guards.h>#include <basis/astring.h>#include <loggers/critical_events.h>#include <loggers/program_wide_logger.h>#include <loggers/file_logger.h>#include <mathematics/chaos.h>#include <processes/ethread.h>#include <processes/thread_cabinet.h>#include <structures/set.h>#include <structures/unique_id.h>#include <structures/static_memory_gremlin.h>#include <timely/time_control.h>#include <timely/time_stamp.h>#include <timely/timer_driver.h>#include <unit_test/unit_base.h>
Go to the source code of this file.
Macros | |
| #define | LOG(s) STAMPED_EMERGENCY_LOG(program_wide_logger::get(), s) |
| #define | CREATE_TIMER(name, id, dur) |
| #define | ZAP_TIMER(name) program_wide_timer().zap_timer(&name) |
Variables | |
| const int | DEFAULT_TEST_DURATION = 3 * SECOND_ms |
| const int | MAX_THREADS = 120 |
| #define CREATE_TIMER | ( | name, | |
| id, | |||
| dur | |||
| ) |
Definition at line 149 of file test_timer_driver.cpp.
| #define LOG | ( | s | ) | STAMPED_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 48 of file test_timer_driver.cpp.
| #define ZAP_TIMER | ( | name | ) | program_wide_timer().zap_timer(&name) |
Definition at line 154 of file test_timer_driver.cpp.
| const int DEFAULT_TEST_DURATION = 3 * SECOND_ms |
Definition at line 50 of file test_timer_driver.cpp.
| const int MAX_THREADS = 120 |
Definition at line 53 of file test_timer_driver.cpp.