<div dir="auto">Hello there will do that.<br>
<br>
i would also start porting to python 2 by next week, eitherĀ  making its own module or changing the existing code as you recommended, it would take a little bit of time.<br><div dir="auto"><br></div></div>
<br>
On Tue, 20 Jul 2021 at 13:58, Ralf Habacker via Kde-finance-apps <<a href="mailto:kde-finance-apps@kde.org" target="_blank" rel="noreferrer">kde-finance-apps@kde.org</a>> wrote:<br>
><br>
> Am 20.07.21 um 10:23 schrieb Ralf Habacker via Kde-finance-apps:<br>
> > Hi Ebuka,<br>
> ><br>
> > which can speed up load times.<br>
><br>
> I'm using the following gdb batch file to measure startup time of<br>
> kmymoney under gdb control<br>
><br>
> 1. download portable package from<br>
> <a href="https://kmymoney.org/snapshots.php#kmymoney5-aq6-master" rel="noreferrer noreferrer" target="_blank">https://kmymoney.org/snapshots.php#kmymoney5-aq6-master</a><br>
> 2. unpack with 7z<br>
> 3. enter bin dir of unpackaged archibe<br>
> 3 create gdb command file<br>
><br>
> $ cat test.gdb<br>
> file kmymoney.exe<br>
> b main<br>
> python import time<br>
> python start_time = time.time()<br>
> run<br>
> python elapsed_time = time.time() - start_time<br>
> python print (time.time()-start_time)<br>
><br>
> 4. run gdb with the following commands<br>
><br>
> $ gdb -q -x test.gdb<br>
> Breakpoint 1 at 0x68baf0: file<br>
> /home/abuild/rpmbuild/BUILD/kmymoney-5.1.99+git.1f8cd6b4b/kmymoney/main.cpp,<br>
> line 62.<br>
> [New Thread 11012.0x2234]<br>
> [New Thread 11012.0x1f0c]<br>
> [New Thread 11012.0x2220]<br>
><br>
> Thread 1 hit Breakpoint 1, main (argc=1, argv=0x6e79558) at<br>
> /home/abuild/rpmbuild/BUILD/kmymoney-5.1.99+git.1f8cd6b4b/kmymoney/main.cpp:62<br>
> 62<br>
> /home/abuild/rpmbuild/BUILD/kmymoney-5.1.99+git.1f8cd6b4b/kmymoney/main.cpp:<br>
> No such file or directory.<br>
> 66.4316589832<br>
> (gdb)<br>
><br>
> The startup time here is about 66 seconds.<br>
><br>
> Regards<br>
> Ralf<br>
><br>
><br>
><br>