fix display, add trees optimisation text.

This commit is contained in:
2021-01-25 15:13:22 +01:00
parent cfde68dd96
commit d72eb84347
3 changed files with 274 additions and 14 deletions

View File

@@ -5,6 +5,7 @@
#define NANOSEC 1000000000.0
#define MILLISEC 1000
int displaytimer=0;
static struct timespec start;
void start_timer()