On Sep 25, 2009, at 9:55 AM, Robert Kern wrote:

> On 2009-09-25 03:53 AM, Robert Bradshaw wrote:
>> On Sep 25, 2009, at 1:42 AM, Dag Sverre Seljebotn wrote:
>
>>> BTW, would it be possible through the cProfile API to enable
>>> line-by-line profiling in time, or is this as far as one gets with
>>> cProfile?
>>
>> Yes, that is possible as well with the same API.
>
> By "cProfile API", are you talking about the cProfile module?  
> Because it doesn't
> do line timings.

I'm talking about the hooks, not the actual profilers. http:// 
python.org/doc/2.5.2/api/profiling.html

> I had to write my own package for that:
>
>    http://pypi.python.org/pypi/line_profiler

It should (once implemented) work with that tool too (I hope).

- Robert

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to