On Fri, 2005-01-21 at 15:38 -0800, David M. Cooke wrote: > > First, profiling Python extensions is not easy. I've played with using Which version of Python are you using? In 2.4 the profile module has been updated so it can now profile C extension functions. Steve