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 a7d8192 commit 348f547Copy full SHA for 348f547
code/logic/benchmark.c
@@ -28,6 +28,7 @@ static LARGE_INTEGER frequency;
28
static LARGE_INTEGER start_time;
29
#elif defined(__APPLE__)
30
#include <mach/mach_time.h>
31
+clock_t start_time;
32
#else
33
#include <sys/time.h>
34
#include <time.h>
0 commit comments