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 had to write my own package for that: http://pypi.python.org/pypi/line_profiler -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
