Re: measuring python code efficiency

2010-10-23 Thread n.a.s
Thanks Felipe , sure i will search for that.. Bests, n.a.s On Sat, Oct 23, 2010 at 7:11 PM, Felipe Bastos Nunes < felipe.bast...@gmail.com> wrote: > Theres the time module and the timeit() function to evaluate time to > execute. For memory usage and cpu usage i can't remember exactly. I > read t

Re: measuring python code efficiency

2010-10-23 Thread Felipe Bastos Nunes
Theres the time module and the timeit() function to evaluate time to execute. For memory usage and cpu usage i can't remember exactly. I read the profile and cprofile documentation, and, in my opinion, help in somethings you wanna do. 2010/10/23, n.a.s : > Hi all, > I use to program in many langua