Le 17/05/2012 19:57, Emil Lenngren a écrit :
> What exactly were the problems, how far did you come?
>
> Maybe add an instruction in the compiled code that is inserted in the
> beginning of each function, when a (new) profiling compilation flag is
> active.
> When that instruction is executed, a co
What exactly were the problems, how far did you come?
Maybe add an instruction in the compiled code that is inserted in the
beginning of each function, when a (new) profiling compilation flag is
active.
When that instruction is executed, a counter that counts how many time that
function is increme
Ok, so it will be great if you decide to implement this one in Gambas.
Thank's
Olivier Cruilles
Mail: linu...@club-internet.fr
Le 17 mai 2012 à 19:29, Benoît Minisini a écrit :
> Le 17/05/2012 13:47, Olivier Cruilles a écrit :
>> Hi Benoit,
>>
>> Do you think it's possible to have a function i
Le 17/05/2012 13:47, Olivier Cruilles a écrit :
> Hi Benoit,
>
> Do you think it's possible to have a function in the IDE of Gambas3 to
> profiling a project
> when it run like in JAVA: jprofiler
>
> Not really the same with all functions but just to profiling functions
> execution to know how m
Hi Benoit,
Do you think it's possible to have a function in the IDE of Gambas3 to
profiling a project
when it run like in JAVA: jprofiler
Not really the same with all functions but just to profiling functions
execution to know how many time
they took and which is the most used in way to optimi