[fpc-pascal] Very vague gettickcount64 description?
Tomas Hajny
XHajT03 at hajny.biz
Fri Sep 6 16:06:24 CEST 2019
On 2019-09-03 15:27, Paulo Costa wrote:
Hi,
> While consulting the online reference about gettickcount
> https://www.freepascal.org/docs-html/rtl/sysutils/gettickcount64.html
> I could not know anything about the units involved.
>
> It says "It is useful for time measurements, but no assumtions should
> be made as to the interval between the ticks."
>
> I understand that in some cases the measure may deviate from the real
> value but perhaps, at least the units, should be stated.
The documentation is vague on purpose - due to the variety of platforms
supported by FPC and the low-level nature of GetTickCount, we do not
want to guarantee specific units (GetTickCount is supposed to be
supported directly by the platform rather than having an additional RTL
layer possibly unifying differences in platform behaviour on top of it).
BTW, it may be better to mention that you're not subscribed to the list
unless you use different way for accessing the messages (like the list
archive) because otherwise the responses may not reach you.
Tomas
More information about the fpc-pascal
mailing list