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 dbc255c commit e93ad4cCopy full SHA for e93ad4c
runtime/flang/etime3f.c
@@ -36,7 +36,7 @@
36
37
#ifdef _WIN32
38
#include "times_win32.h"
39
- #define CLK_TCK 1
+ #define CLK_TCK 10000000.0
40
#else
41
#ifndef CLK_TCK
42
#define CLK_TCK sysconf(_SC_CLK_TCK)
0 commit comments