[fpc-pascal] gprof
Jonas Maebe
jonas.maebe at elis.ugent.be
Thu Mar 13 09:48:27 CET 2008
On 13 Mar 2008, at 09:15, Graeme Geldenhuys wrote:
> Has the '-pg' (gprof) compiler option issues ever been resolved
> under Linux?
I' not sure, but I don't think so. Under Linux, you can however also
use valgrind with the cachegrind backend for profiling (but in this
case ensure that your program and the units you want to profile are
compiled with -gv, and that none of the used units is compiled with
plain -g/-gl)
Jonas
More information about the fpc-pascal
mailing list