#include <basis/chaos.h>#include <basis/function.h>#include <basis/guards.h>#include <basis/log_base.h>#include <mechanisms/timer.h>#include <opsystem/application_shell.h>#include <loggers/console_logger.h>#include <data_struct/static_memory_gremlin.h>Include dependency graph for t_timer.cpp:

Go to the source code of this file.
Defines | |
| #define | DEBUG_TIMER |
| #define | ACCEPT 0.01 |
| #define | WIDER_ACCEPT 0.05 |
| #define | WIDEST_ACCEPT 0.20 |
| #define | LOG(s) EMERGENCY_LOG(program_wide_logger(), s) |
| #define ACCEPT 0.01 |
Definition at line 30 of file t_timer.cpp.
| #define DEBUG_TIMER |
Definition at line 24 of file t_timer.cpp.
| #define LOG | ( | s | ) | EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 34 of file t_timer.cpp.
| #define WIDER_ACCEPT 0.05 |
Definition at line 31 of file t_timer.cpp.
| #define WIDEST_ACCEPT 0.20 |
Definition at line 32 of file t_timer.cpp.
1.5.1