aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/os/Clock.java
Commit message (Expand)AuthorAgeFilesLines
* Clock/Platform: Add currentMillis() analogue to currentNanos(), returning cur...Sven Gothel2023-10-061-2/+17
* Clock: Consider return code on failed native clock_gettime(..) call; Add Win3...Sven Gothel2023-03-071-9/+18
* Clock: Rename currentTimeNanos() -> currentNanos() as it represents the durat...Sven Gothel2023-03-061-16/+24
* Fix Clock for performance counter: Add currentTimeNanos() since module startu...Sven Gothel2023-03-061-23/+75
* Add Clock, implementing proper monotonic and wallclock time using Instant (se...Sven Gothel2023-03-061-0/+96