On 18 Jun 2013 12:40, "David Cournapeau" <courn...@gmail.com> wrote:
>
> On Mon, Jun 17, 2013 at 4:06 PM, Arink Verma <arinkve...@gmail.com> wrote:
> > I am building numpy from source, python setup.py build --fcompiler=gnu95
> > then installation, python setup.py install --user, on ubuntu 13.04
> >
> > for analysis results
> > pprof --svg /usr/bin/python py.prof
>
> You can try using bento, with something like:
>
> CFLAGS="-O0 -fno-omit-frame-pointer -g" bentomaker build -i -v -j4

A good thing to try (and unfortunately I don't have time right now to try
and work out why my results are different than yours). Remember though that
once you get it working you'll want to re-enable optimization (-O2 or -O3
instead of -O0) before you use the profile results for anything serious.

-n
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to