We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cb3324 + 6433d56 commit c11dc64Copy full SHA for c11dc64
1 file changed
trace.c
@@ -385,7 +385,7 @@ static inline uint64_t gettimeofday_nanos(void)
385
* Returns nanoseconds since the epoch (01/01/1970), for performance tracing
386
* (i.e. favoring high precision over wall clock time accuracy).
387
*/
388
-inline uint64_t getnanotime(void)
+uint64_t getnanotime(void)
389
{
390
static uint64_t offset;
391
if (offset > 1) {
0 commit comments