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/
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
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