A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
loba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Count supernumerary comp. iterations.
[loba.git]
/
tracing.h
diff --git
a/tracing.h
b/tracing.h
index f2834652b973574cca59ebdaa24b96faf7bb2245..57b8f7f353638a1325c4af7c2c7dcef9a9f5741c 100644
(file)
--- a/
tracing.h
+++ b/
tracing.h
@@
-5,6
+5,10
@@
#define TRACE_CAT_CTRL "ctrl_mesg"
#define TRACE_CAT_DATA "data_mesg"
+#define TRACE_COLOR_COMP "1 0 0" // red
+#define TRACE_COLOR_CTRL "0 1 0" // green
+#define TRACE_COLOR_DATA "0 0 1" // blue
+
#endif // !TRACING_H
// Local variables: