Re: profiling

new topic     » goto parent     » topic index » view thread      » older message » newer message

Juergen Luethje wrote:
> the 'ex.pro' files can contain much code, that is not used by the
> program at all. This can considerably increase the size of the file,
> so that finding the lines that are actually of interest often takes
> rather long.
> 
> I'd appreciate it very much, if 'ex.pro' files would not contain
> routines, that are never used by the program.

I know what you mean. 

You can manually limit the amount of profile output using:
    with profile 
    without profile
or
    with profile_time
    without profile_time

but in many cases you'd prefer to profile everything
and then have the parts that are never executed excluded 
automatically from the listing. You might also want the heavily executed
sections to be highlighted better than they are now.
I'll consider it. Probably not for 2.5 official though.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu