aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/common/jau_sys_Clock.c
Commit message (Expand)AuthorAgeFilesLines
* Clock: Consider return code on failed native clock_gettime(..) call; Add Win3...Sven Gothel2023-03-071-21/+153
* Clock: Rename currentTimeNanos() -> currentNanos() as it represents the durat...Sven Gothel2023-03-061-1/+1
* Fix Clock for performance counter: Add currentTimeNanos() since module startu...Sven Gothel2023-03-061-17/+83
* Add Clock, implementing proper monotonic and wallclock time using Instant (se...Sven Gothel2023-03-061-0/+94