[fpc-pascal]Performance testing of FPC programs?

Marco van de Voort marcov at stack.nl
Fri Feb 7 17:20:36 CET 2003


> Hi all, I have a relatively large FPC program that I suspect have a few
> bottlenecks (regarding processing speed). Are there any ways I can test how
> long time the program spends in the different procedures/functions?

If the platform is suitable: read in the manual about profiling support and use the -pg
switch.



More information about the fpc-pascal mailing list