aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/common/os/TestClock01.java
Commit message (Collapse)AuthorAgeFilesLines
* Clock/Platform: Add currentMillis() analogue to currentNanos(), returning ↵Sven Gothel2023-10-061-0/+113
current monotonic milliseconds **since start of this application** Also added TSPrinter, a simple millisecond timestamp prepending `print*()` wrapper for a {@link PrintStream}. Test coverage via TestClock01.