Re: [fpc-pascal]Performance testing of FPC programs?

2003-02-07 Thread James Mills
On Fri, Feb 07, 2003 at 04:56:10PM +0100, Preben Mikael Bohn wrote: 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? Use this

Re: [fpc-pascal]Performance testing of FPC programs?

2003-02-07 Thread Adam Naumowicz
Hello, On Fri, 7 Feb 2003, Preben Mikael Bohn wrote: 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? Use the -pg to compile

Re: [fpc-pascal]Performance testing of FPC programs?

2003-02-07 Thread Marco van de Voort
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