<div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 28, 2024 at 2:34 PM Hairy Pixels via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I had a large function which I was profiling with MilliSecondsBetween but I split it to be called many different times and now it's not accumulating the total time correctly because time is being lost to due millisecond precision.<br>
<br>
Is there anything in the RTL I can use which is more accurate? I searched and couldn't find anything.<br></blockquote><div><br></div><div>In the past I've used EpikTimer (<a href="https://wiki.freepascal.org/EpikTimer">https://wiki.freepascal.org/EpikTimer</a>), it is cross platform and works well, at least for my casual use.</div></div></div>