I have a question about numpy profiling.  When I run my script with -m
cProfile I see timings for lots of functions, but not for some like
np.exp().  How do I see these timings?  I don't want to have to work around
it by writing a lot of functions like def mynumpyexp(A): return np.exp(A).
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to