Re: [fpc-pascal] benchmarking functions

2012-02-17 Thread ik
On Fri, Feb 17, 2012 at 10:06, Graeme Geldenhuys wrote: > On 16 February 2012 18:10, ik wrote: >> Hello, >> >> What is the best way measure execution time of functions ? > > > You can also use fpprofiler. Search the wiki for more info. Thank I'll look for it, and also gprof that Henry suggested

Re: [fpc-pascal] benchmarking functions

2012-02-17 Thread Graeme Geldenhuys
On 16 February 2012 18:10, ik wrote: > Hello, > > What is the best way measure execution time of functions ? You can also use fpprofiler. Search the wiki for more info. -- Regards,   - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit

Re: [fpc-pascal] benchmarking functions

2012-02-16 Thread Henry Vermaak
On 16/02/12 16:10, ik wrote: Hello, What is the best way measure execution time of functions ? You can use gprof (build with -pg). Henry ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pas