Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-18 | util/time: add timespec_from_nsec | Simon Ser | |
2020-06-06 | util/time: move `timespec_sub` to time utilities | Tudor Brindus | |
2020-06-06 | util/time: de-duplicate `timespec_to_msec` | Tudor Brindus | |
2020-06-06 | util: fix and move `get_current_time_msec` into a util file | Tudor Brindus | |
This commit makes `get_current_time_msec` correctly return milliseconds as opposed to microseconds. It also considers the value of `tv_sec`, so we don't lose occasionally go back in time by one second. Finally, the function is moved into `util/time.cc` so that it can be reused elsewhere without having to consider these pitfalls. |