Re: Monotonic clock
"David McClain (as dbm at refined-audiometrics dot com)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
Here is what I came up with
#+:MACOSX
(fli:define-foreign-function (get-monotonic-time "mach_continuous_time" :source)
()
:result-type :int64)
> On Oct 9, 2025, at 02:03, Eugene Zaikonnikov (as ez at norphonic dot com) <[email protected]> wrote:
>
> Hello,
>
> Just wonder before I do it with FFI, is there already any support for
> reading monotonic clock? Or perhaps a library that covers LispWorks too?
>
> --
> Regards,
>
> Eugene Zaikonnikov
>
> Norphonic AS
> Tel: +47 98 23 97 73
>
> _______________________________________________
> Lisp Hug - the mailing list for LispWorks users
> [email protected]
> http://www.lispworks.com/support/lisp-hug.html