feisty meow concerns codebase
2.140
|
#include <application/application_shell.h>
#include <application/hoople_main.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <loggers/console_logger.h>
#include <loggers/critical_events.h>
#include <loggers/program_wide_logger.h>
#include <mathematics/chaos.h>
#include <structures/static_memory_gremlin.h>
#include <timely/stopwatch.h>
#include <timely/time_control.h>
Go to the source code of this file.
Macros | |
#define | DEBUG_TIMER |
#define | ACCEPT 0.9 |
#define | WIDER_ACCEPT 0.95 |
#define | WIDEST_ACCEPT 1.20 |
#define | LOG(s) EMERGENCY_LOG(program_wide_logger::get(), s) |
#define ACCEPT 0.9 |
Definition at line 39 of file test_stopwatch.cpp.
#define DEBUG_TIMER |
Definition at line 30 of file test_stopwatch.cpp.
#define LOG | ( | s | ) | EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 43 of file test_stopwatch.cpp.
#define WIDER_ACCEPT 0.95 |
Definition at line 40 of file test_stopwatch.cpp.
#define WIDEST_ACCEPT 1.20 |
Definition at line 41 of file test_stopwatch.cpp.