> 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.