On 2026-03-17 14:37, Martin Frb via fpc-pascal wrote:
Have you considered valgrind (tool callgrind) and kcachegrind? It takes a bit (actually significantly) longer to profile/run the app.
Thank you. Yes, that's what I did in the end. It massively slowed down my app, so not sure how accurate the results are, but its better that manual GetTickCount64 everywhere. :-D
Regards, Graeme _______________________________________________ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
