]> AND Private Git Repository - loba.git/blob - tracing.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Save notes for pstar.
[loba.git] / tracing.h
1 #ifndef TRACING_H
2 #define TRACING_H
3
4 #define TRACE_CAT_COMP "comp_task"
5 #define TRACE_CAT_CTRL "ctrl_mesg"
6 #define TRACE_CAT_DATA "data_mesg"
7
8 #define TRACE_COLOR_COMP "1 0 0"        // red
9 #define TRACE_COLOR_CTRL "0 1 0"        // green
10 #define TRACE_COLOR_DATA "0 0 1"        // blue
11
12 #endif // !TRACING_H
13
14 // Local variables:
15 // mode: c++
16 // End: