Skip to content

Commit 9bce50b

Browse files
authored
flambda-backend: Add gc-timings to collect timing information from the GC (ocaml-flambda#1089)
1 parent d431d3b commit 9bce50b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/eventlog.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ static int64_t time_counter(void)
115115
return
116116
(int64_t)t.tv_sec * (int64_t)1000000000 +
117117
(int64_t)t.tv_nsec;
118-
119-
118+
#else
119+
return 0;
120120
#endif
121121
}
122122

0 commit comments

Comments
 (0)