Re: Hotshoting recursive function

2011-05-26 Thread Selvam
On Wed, May 25, 2011 at 2:20 PM, Gabriel Genellina wrote: > En Sun, 22 May 2011 10:42:08 -0300, Selvam > escribió: > > > I am using hotshot module to profile my python function. >> >> I used the details from ( >> >> http://code.activestate.com/recipes/576656-quick-python-profiling-with-hotshot/

Re: Hotshoting recursive function

2011-05-25 Thread Gabriel Genellina
En Sun, 22 May 2011 10:42:08 -0300, Selvam escribió: I am using hotshot module to profile my python function. I used the details from ( http://code.activestate.com/recipes/576656-quick-python-profiling-with-hotshot/ ). The function I profile is a recursive one and I am getting the followin

Hotshoting recursive function

2011-05-22 Thread Selvam
Hi, I am using hotshot module to profile my python function. I used the details from ( http://code.activestate.com/recipes/576656-quick-python-profiling-with-hotshot/ ). The function I profile is a recursive one and I am getting the following error, "ProfilerError: profiler already active" I