added timer for maxed calculation time.

This commit is contained in:
2021-01-27 13:56:03 +01:00
parent fb297756b6
commit c6851b22c0
6 changed files with 57 additions and 19 deletions

View File

@@ -1,9 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#define NANOSEC 1000000000.0
#define MILLISEC 1000
#include "lceb.h"
int displaytimer=0;
static struct timespec start;