aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/timer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fixes for log timestamps (#304)Stefan Boberg2025-03-121-0/+11
| | | | | | * add GetTimeSinceProcessStart returning time since process start. implemented using https://github.com/maxliani/GetTimeSinceProcessStart/tree/main * fix fractions when using epoch mode. Previously it would show the fraction from the absolute time stamp and not relative to epoch * used GetTimeSinceProcessStart to offset the epoch so that it represents the process spawn time
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+105
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees