Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clock/Platform: Add currentMillis() analogue to currentNanos(), returning cur... | Sven Gothel | 2023-10-06 | 1 | -2/+17 |
* | Clock: Consider return code on failed native clock_gettime(..) call; Add Win3... | Sven Gothel | 2023-03-07 | 1 | -9/+18 |
* | Clock: Rename currentTimeNanos() -> currentNanos() as it represents the durat... | Sven Gothel | 2023-03-06 | 1 | -16/+24 |
* | Fix Clock for performance counter: Add currentTimeNanos() since module startu... | Sven Gothel | 2023-03-06 | 1 | -23/+75 |
* | Add Clock, implementing proper monotonic and wallclock time using Instant (se... | Sven Gothel | 2023-03-06 | 1 | -0/+96 |