[Gambas-user] New feature in Gambas 3

Benoît Minisini gambas at ...1...
Mon Jun 4 20:10:28 CEST 2012


Le 04/06/2012 17:35, Jussi Lahtinen a écrit :
> Hmmm... Now I can't see "System.Profile = True" doing anything.
>
> If profiling is turned on from IDE menu, then "System.Profile = True" seems
> to be ignored and profiling is started at same time as the project.
>
> And if profiling is turned off from IDE, then "System.Profile = True"
> doesn't turn it on in the middle of the execution..?
>
> Jussi
>

That's the contrary. You must turn progiling on from the IDE, and then 
set System.Profile to FALSE to disable instruction profiling when you 
don't need it, and set it back to TRUE when you want to enable it again.

But System.Profile won't disable function call profiling in any case.

Regards,

-- 
Benoît Minisini




More information about the User mailing list