<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Adriaan van Os via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Sa., 29. Juni 2024, 21:21:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Michael Van Canneyt via fpc-pascal wrote:<br>
>> Is that a function in the RTL? I can't find it.<br>
> <br>
> No, these are platform-specific functions.<br>
> <br>
> g_get_monotonic_time is probably just an alias for the linux/freebsd <br>
> unit functions clock_gettime(CLOCK_MONOTONIC_RAW).<br>
<br>
g_get_monotonic_time is in glib <<a href="https://docs.gtk.org/glib/func.get_monotonic_time.html" rel="noreferrer noreferrer" target="_blank">https://docs.gtk.org/glib/func.get_monotonic_time.html</a>><br>
<br>
  function g_get_monotonic_time: gint64; cdecl; external;<br>
<br>
but it requires a bug fix when using gtk on MacOSX <<a href="https://bugzilla.gnome.org/show_bug.cgi?id=728123" rel="noreferrer noreferrer" target="_blank">https://bugzilla.gnome.org/show_bug.cgi?id=728123</a>><br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">I wouldn't introduce a dependency for something like GTK (especially GTK!) on macOS only to receive some timings. Simpler and more straight forward to just use the correct functions of the OS. </div><div dir="auto"><br></div><div dir="auto">Regards,</div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>