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

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to