Re: [fpc-pascal] RE: FPC and Profiling software

2008-03-13 Thread bartek
On Thursday 13 March 2008 11:26:49 Graeme Geldenhuys wrote: > Thanks Jeff. > > That seems to work fine with my project under Linux. Now I only need > to learn the format and meaning of all the numbers in callgrind.log > file. But I'm sure the website or man pages will give info on that. kcachegr

Re: [fpc-pascal] RE: FPC and Profiling software

2008-03-13 Thread Graeme Geldenhuys
Thanks Jeff. That seems to work fine with my project under Linux. Now I only need to learn the format and meaning of all the numbers in callgrind.log file. But I'm sure the website or man pages will give info on that. Thanks again... Regards, - Graeme - On 13/03/2008, Jeff Pohlmeyer <[EMAI

[fpc-pascal] RE: FPC and Profiling software

2008-03-13 Thread Jeff Pohlmeyer
Graeme Geldenhuys wrote: > I'm trying to detect where bottlenecks occur in my code. On Linux, you can get some interesting information with something like this: % valgrind --tool=callgrind [YOUR_APP] [YOUR_ARGS] % callgrind_annotate --auto=yes --inclusive=yes > callgrind.log And then have a l

[fpc-pascal] Re: FPC and Profiling software

2008-03-13 Thread Graeme Geldenhuys
Hi, Doing some searching in the mailing list archives it seems I can use 'gprof' for profiling. Anybody got a tutorial or wiki page explaining it's usage with FPC programs? Graeme. On 13/03/2008, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > Hi, > > Does anybody know of any profiling softwar