Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clock/Platform: Add currentMillis() analogue to currentNanos(), returning ↵ | Sven Gothel | 2023-10-06 | 1 | -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. |