aboutsummaryrefslogtreecommitdiff
path: root/common/timer.c
AgeCommit message (Collapse)Author
2022-04-23ran clang-formatKimplul
2022-04-21use uint64_t for timer ticksKimplul
+ GCC seems to provide this even on 32bit platforms, though I should really check.
2022-04-21start working on timer subsysKimplul