[Lazarus] Another IDE interface question

dhkblaszyk at zeelandnet.nl dhkblaszyk at zeelandnet.nl
Thu Feb 3 23:40:00 CET 2011


> Ideally the procedure modifications can be done by FPC via a compiler
> switch, similar to the -pg switch.

 I'm not so sure. The current apprach uses instrumentation which by 
 design has an impact on performance. With the current approach (separate 
 profiling app) you can choose to instrument only a part of your code or 
 even a couple of methods only (planned feature). A sampling profiler is 
 much more appropriate for inclusion in the compiler.

 Regards, Darius




More information about the Lazarus mailing list