[fpc-pascal] Profiling
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue Jan 27 09:15:08 CET 2009
On 26 Jan 2009, at 22:49, Mattias Gaertner wrote:
> I need to profile lazarus applications under linux.
> I tried gprof, but it is broken since years and shows no record.
Neither does the bug repository show any record of open bugs against -
pg on Linux.
> I found the following page, but it does not help here:
> http://wiki.lazarus.freepascal.org/Profiling
>
> How can I profile under linux?
I've used qprof successfully in the past (not for FPC programs, but
for other things). It's a sampling-based profiler, so it shouldn't
slow down things too much.
Jonas
More information about the fpc-pascal
mailing list