On Sat, Jun 8, 2013 at 3:15 AM, Arink Verma <arinkve...@gmail.com> wrote:
> I tried to use pprof, but I can not find profiles to be used. like ls.prof
> in "pprof /bin/ls ls.prof"

You're looking for the ProfilerStart/ProfilerStop functions, the
former takes a filename to write the profiler to (like "ls.prof" or
"x-plus-x.prof"):
  http://www.mail-archive.com/numpy-discussion@scipy.org/msg41451.html

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

Reply via email to