We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7efe58 + d57c681 commit 903fd85Copy full SHA for 903fd85
1 file changed
benchmark/bench.h
@@ -3,6 +3,8 @@
3
#include <time.h>
4
#ifdef __CYGWIN32__
5
#include <sys/time.h>
6
+#elif defined(__APPLE__)
7
+#include <mach/mach_time.h>
8
#endif
9
#include "common.h"
10
0 commit comments