[Gambas-user] Fwd: More speed for you... again.

BB adamnt42 at gmail.com
Fri Oct 6 12:44:58 CEST 2023


On 6/10/23 8:52 pm, BB wrote:
>
> On 6/10/23 8:11 pm, Christof Thalhofer wrote:
>> Am 06.10.23 um 07:50 schrieb Fabien Bodard:
>>
>>> Mdr tu es indécrottable !
>>>
>>> Wait to your next benchmark session 😁
>>
>> He will optimize until time runs backwards. ;-)
>> Alles Gute
>>
>> Christof Thalhofer
>>
> and for that reason alone I will stay alive 😁
>
> btw, what DOES an unmandelbrot look like?
>
> b
>
Then again, I just ran a few projects through the IDE with the profiler 
both off and on. These projects I selected have reasonably complex 
datasets that are read from text files, parsed and displayed in a tree. 
Without the profiler I would say that they "feel" quicker but with the 
profiler turned on they are much slower than previously when run with 
the profiler. So I assume that the profiler is not very "optimized" as yet.

In these projects, I read and parse about 2800 text files that represent 
"configurations" which results in about 5400 actual objects over 30 or 
so classes. The time to load previously was about 6 seconds, most of 
which was as said above the time taken to execute the "new" methods 
(actual or implied). Now the load time (without the profiler) appears to 
be about 2 secs, but with the profiler it is over 15 secs. Whereas 
running them previously with the profiler turned on was about 8 seconds.

I admit that these "times" are subjective but hmmmm maybe the profiling 
code, which is a long lamented (and neglected?) Gambas utility could 
take a bit of looking at?

regards

b



More information about the User mailing list