clockTimeGet

fnErrno clockTimeGet(ClockId clockId, TimeStamp precision, TimeStamp * time) extern(C) nothrow @nogc @wasi @importName("clock_time_get")

Return the time value of a clock.

Note

This is similar to clock_gettime in POSIX.