python profiling, hotspot and strange execution time

2005-09-06 Thread cournape
Hi there, I have some scientific application written in python. There is a good deal of list processing, but also some "simple" computation such as basic linear algebra involved. I would like to speed things up implementing some of the functions in C. So I need profiling. I first tried to u

Re: python profiling, hotspot and strange execution time

2005-09-08 Thread cournape
> OK - first of all, as someone else has asked, what platform are you > running? I'm assuming it's windows since you're referring to > time.clock() and then later saying "wall clock". Actually, no. I am working on a x86 linux (HT disabled for this testing, as I thought it may introduce some sub