[PyQt] Re: Serious performance problem with sipQtFindConnection

2007-09-18 Thread Giovanni Bajo
On 9/17/2007 8:45 PM, Phil Thompson wrote: Can you instrument the code in qobject.sip to count the different calls to new PyQtProxy() - there are 3 different places I think. Then display the 3 counts when things start to go wrong. signal shortcuts = 97 signals = 98 slots = 434 One possible

[PyQt] Re: Serious performance problem with sipQtFindConnection

2007-09-17 Thread Phil Thompson
On Monday 17 September 2007, Giovanni Bajo wrote: Hi Phil, after some days/weeks of debugging/profiling some code without really getting any clue at the Python level, I tried oprofile on the code, and was shocked by sipQtFindConnection being shown as top entry (50% of the total time spent in