[Lazarus] Cannot compile EpikTimer
Marco van de Voort
marcov at stack.nl
Fri Sep 5 15:16:18 CEST 2014
On Tue, Sep 02, 2014 at 07:00:49PM +0100, Graeme Geldenhuys wrote:
> It seems FPC it out of date then. Because clock_gettime is a POSIX.1
> standard, and FreeBSD has support for it.
Trouble is that monotonic clock support is an optional part of the standard,
AND the cheapness/accurancy tradeoffs of the same constants may vary with
OS. (e.g. freebSD MONOTONIC vs MONOTONIC_FAST, the latter I'd expect in a
gettickcount)
More information about the Lazarus
mailing list