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
On Aug 18, 10:03 pm, Nobody 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
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 w