Re: Monotonic clock
"Tim Bradshaw (as tfb at cley dot com)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
On 9 Oct 2025, at 15:45, Yacin Nadji (as yacin at defmacro dot cc) <[email protected]> wrote: > > isn’t that what get-internal-real-time does or am i mistaken? Probably not. Monotonic time means that even if someone screws around with the system's clock the numbers will increase. It might be that CL implementations (LW in particular) do use a monotonic clock for get-internal-real-time but I would not be surprised if some do not. --tim