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