Re: [Numpy-discussion] Profiling line-by-line

2006-08-13 Thread David Grant
Could thishttp://oubiwann.blogspot.com/2006/08/python-and-kcachegrind.htmllead to line-by-line profiling with numpy functions?Dave On 7/26/06, David Grant <[EMAIL PROTECTED]> wrote: Does anyone know if this issue related to profiling with numpy is a python problem or a numpy problem?Dave On 7/20/06

Re: [Numpy-discussion] Profiling line-by-line

2006-07-26 Thread David Grant
Does anyone know if this issue related to profiling with numpy is a python problem or a numpy problem?DaveOn 7/20/06, David Grant < [EMAIL PROTECTED]> wrote: On 7/20/06, Arnd Baecker <[EMAIL PROTECTED] > wrote: More importantly note that profiling in connectionwith ufuncs  seems problematic:Yes, th

Re: [Numpy-discussion] Profiling line-by-line

2006-07-20 Thread Arnd Baecker
On Wed, 19 Jul 2006, David Grant wrote: > Is there any way to do line-by-line profiling in Python? The profiling > results can tell me how much time is spent in all functions, but within a > given function I can't get any idea of how much time was spent on each line. > For example, in the exampl