We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addf169 commit f440d5bCopy full SHA for f440d5b
code/logic/benchmark.c
@@ -31,6 +31,7 @@ static LARGE_INTEGER start_time;
31
#else
32
#include <sys/time.h>
33
#include <time.h>
34
+clock_t start_time;
35
#endif
36
37
#if defined(__APPLE__) && !defined(CLOCK_MONOTONIC)
0 commit comments