[Numpy-discussion] profiling line by line

Fernando Perez fperez.net at gmail.com
Sat Sep 27 01:50:25 EDT 2008


Hey,

On Fri, Sep 26, 2008 at 5:36 PM, Robert Kern <robert.kern at gmail.com> wrote:

> There is now! Add
>
>    import line_profiler
>    ip.expose_magic('lprun', line_profiler.magic_lprun)
>
> to your ipy_user_conf.py .

Mmh, should we ship this out of the box in ipython?  The  C dependency
is the only thing that  gives me a bit of pause.  There goes our pure
C, easy to build binaries for... On the other  hand, me wants :)

What's your take on that?

f



More information about the NumPy-Discussion mailing list