Add buffering debugging tools

Output buffering and clock logs by disabling a compilation flag.
This commit is contained in:
Romain Vimont
2021-07-13 22:32:05 +02:00
parent 2f03141e9f
commit 4c4d02295c
4 changed files with 23 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
#include <stdint.h>
typedef int64_t sc_tick;
#define PRItick PRIi64
#define SC_TICK_FREQ 1000000 // microsecond
// To be adapted if SC_TICK_FREQ changes