Skip to content

Commit

Permalink
flambda-backend: Add gc-timings to collect timing information from …
Browse files Browse the repository at this point in the history
…the GC (#1089)
  • Loading branch information
poechsel authored Feb 16, 2023
1 parent d431d3b commit 9bce50b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/eventlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ static int64_t time_counter(void)
return
(int64_t)t.tv_sec * (int64_t)1000000000 +
(int64_t)t.tv_nsec;


#else
return 0;
#endif
}

Expand Down

0 comments on commit 9bce50b

Please sign in to comment.