Re: [Tutor] profiling python code

2009-01-22 Thread Kent Johnson
On Thu, Jan 22, 2009 at 4:18 AM, Norman Khine wrote: > Hello, > > I have this output when running the profile on one of my modules: > It's a bit easier to intepret with the headers: ncalls tottime percall cumtime percall filename:lineno(function) > 9815/96440.0090.0000.0090.0

[Tutor] profiling python code

2009-01-22 Thread Norman Khine
Hello, I have this output when running the profile on one of my modules: 9815/96440.0090.0000.0090.000 {len} 60.0000.0000.0000.000 {locals} 50.0000.0000.0010.000 {map} 10.0000.0000.0000.000 {math.exp}