[Lazarus] Is there tool for testing class methods speed?
Martin Frb
lazarus at mfriebe.de
Wed Jan 20 20:26:39 CET 2016
On 20/01/2016 19:17, Krzysztof wrote:
> Almost 10 years ago I worked in company where they used tool (Delphi
> 5) which automatically added "checkpoints" after BEGIN and before END
> of each method of pointed class / pascal unit. Then after run, it
> reported (as extension for IDE) what was execution time of each method
> and how many times it was called. With the same easy way we could
> clean up unit from checkpoints. Totally forgot name of this tool but
> do we have something similar for Lazarus / FPC?
If you are on linux: valgrind + kcachegrind
More information about the Lazarus
mailing list