help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trying to optimize my octave program


From: Judd Storrs
Subject: Re: trying to optimize my octave program
Date: Wed, 17 Mar 2010 15:21:49 -0400

On Wed, Mar 17, 2010 at 2:41 PM, Tim Rueth <address@hidden> wrote:
> Each iteration in this inner-most loop currently takes much less than 0.01
> sec, so I question whether compiling the function that contains this
> loop will help much.

Have you tried to guestimate how much overhead can be attributed to
looping/interpreter overhead? i.e. multiply the inner loop's 0.01sec
times how many times it must be executed? How does that compare to the
actual runtime? Are you hitting swap space?


--judd


reply via email to

[Prev in Thread] Current Thread [Next in Thread]