feisty meow concerns codebase 2.140
test_time_stamp.cpp File Reference
Include dependency graph for test_time_stamp.cpp:

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
 

Macro Definition Documentation

◆ LOG

#define LOG (   s)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 34 of file test_time_stamp.cpp.

Variable Documentation

◆ REPORT_INTERVAL

const int REPORT_INTERVAL = 500

Definition at line 47 of file test_time_stamp.cpp.

◆ RUN_DURATION

const int RUN_DURATION = 3 * SECOND_ms

Definition at line 41 of file test_time_stamp.cpp.

◆ SLEEP_DURATION

const int SLEEP_DURATION = 42

Definition at line 44 of file test_time_stamp.cpp.