[lazarus] Priority...

Peter Vreman pfvreman at wins.uva.nl
Wed Feb 9 09:16:30 EST 2000


Shane Miller wrote:
> 
> I think we should look at removing all the writeln's that are slowing Lazarus down.  It is most evident in the loading of a file into the mwedit component (at least I hope that's why it's slow).
> 
> Let's get those removed and use the trace or an ifdef.  We need to see if that's whats slowing Lazarus down so much.
There is something called as a profiler that does the thing for you ;)

Compile using -pg

run lazarus

run gprof lazarus > prof.log






More information about the Lazarus mailing list