profiling qt programs

2010-09-02 Thread Duim
I'm trying to get a qt program a little faster by looking at the most expensive functions. To find out which functions are most important I wanted to profile the application using cProfile module. Unfortunately this runs through the complete code in 1 go without waiting until all threads (or in

Re: when 'myArray * 'myObject' is not equal to 'myObject' * 'myArray'

2010-08-19 Thread Duim
On Aug 18, 10:03 pm, Nobody nob...@nowhere.com wrote: On Wed, 18 Aug 2010 05:56:27 -0700, Duim wrote: Although I'm sure somewhere this issue is discussed in this (great) group, I didn't know the proper search words for it (although I tried). I'm using python (2.6) scientifically mostly

when 'myArray * 'myObject' is not equal to 'myObject' * 'myArray'

2010-08-18 Thread Duim
Although I'm sure somewhere this issue is discussed in this (great) group, I didn't know the proper search words for it (although I tried). I'm using python (2.6) scientifically mostly, and created a simple class to store time series (my 'Signal' class). I need this class to have a possibility to