Re: [GNC-dev] Performance regression loading account

2023-03-13 Thread Robert Fewell
Maarten, I am curious how you created that graph? Also can you build 4.903? I am wondering if it is down to the sorting of the list store, by default gnc_item_list_new has sorting enabled so on every entry the list will be sorted. I wonder if it was disabled and in gnc_split_register_load we enabl

Re: [GNC-dev] Performance regression loading account

2023-03-13 Thread Maarten Bosmans
Op ma 13 mrt 2023 om 12:27 schreef Robert Fewell <14ubo...@gmail.com>: > I am curious how you created that graph? With Intel VTune. That's the software I know to use for $DAYJOB (mainly HPC related stuff). I think there are also several free software options available to produce flame-graphs based

Re: [GNC-dev] Performance regression loading account

2023-03-13 Thread Thomas Baumgart
On Montag, 13. März 2023 17:08:22 CET Maarten Bosmans wrote: > Op ma 13 mrt 2023 om 12:27 schreef Robert Fewell <14ubo...@gmail.com>: > > I am curious how you created that graph? > > With Intel VTune. That's the software I know to use for $DAYJOB > (mainly HPC related stuff). I think there are al