octave-maintainers
[Top][All Lists]
Advanced

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

Re: Too much free time...


From: Daniel J Sebald
Subject: Re: Too much free time...
Date: Sun, 25 Mar 2007 03:06:57 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

Shai Ayal wrote:
you can try the keyboard command instead of pause (quite to get out of
it) to avoid the loop

Eh, I guess tic/toc tells the story as well as anything.  E.g.,

tic(); image();
toc();

with toc() placed at various places in __go_draw_axes__. There doesn't seem to be any one item that requires a lot of time. Everything seems fairly distributed:

octave:3>   tic(); image;
Elapsed time is 0.774849 seconds.
Elapsed time is 0.965889 seconds.
Elapsed time is 1.032372 seconds.
Elapsed time is 1.038002 seconds.
Elapsed time is 1.045639 seconds.
Elapsed time is 1.052872 seconds.
Elapsed time is 1.059219 seconds.
Elapsed time is 1.065353 seconds.
Elapsed time is 1.071564 seconds.
Elapsed time is 1.135002 seconds.
Elapsed time is 1.351135 seconds.
Elapsed time is 1.567245 seconds.
Elapsed time is 1.571945 seconds.
octave:4> toc()
Elapsed time is 1.643593 seconds.

I guess 1.6 seconds isn't that long anymore; just seems that way.

Dan


reply via email to

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