On Mon, Dec 01, 2003 at 05:22:18PM +0000, Jean-Baptiste Cazier wrote: > Could you please tell me if this is a normal behaviour or otherwise > help finding where this comes from.
Shouldn't be the case; maybe you have a timeout handler that's eating up your CPU, or if you're using threads, a runaway thread. > Is there any profiling tools around to see where the time is spent ? Yes. Python ships with two profilers: profile.py and the hotshot profiler. Use locate and the Python documentation to check them out. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
