[Gambas-user] New feature in Gambas 3

Benoît Minisini gambas at ...1...
Thu May 24 01:24:04 CEST 2012


Le 23/05/2012 22:16, Benoît Minisini a écrit :
> Le 23/05/2012 18:49, Jussi Lahtinen a écrit :
>> There is bug... if I try to trigger profiling with System.Profile = True
>> (option Activate profiling is not selected),
>> Gambas crashes with signal 6.
>>
>
> It should be fixed in revision #4761. Now System.Profile is ignored if
> the project has not been started in profiling mode.
>
> But I'm not sure that if you stop profiling in one function and start it
> again in another one, the IDE will be able to interpret the profiling
> file... I know that it works if both actions occur in the same function.
>

Now System.Profile only deactivate profiling of instructions. Profiling 
of functions is always activated. That way, the IDE can always read the 
profile output file. And it should not slow down the program too much.

-- 
Benoît Minisini




More information about the User mailing list