octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #36679] Timing error for multiple plots


From: Rik
Subject: [Octave-bug-tracker] [bug #36679] Timing error for multiple plots
Date: Sun, 01 Jul 2012 15:33:14 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0.1

Follow-up Comment #8, bug #36679 (project octave):

I'm still interesting in confirming that our thinking about the problem is
correct.  Our assumption is that if the callbacks had enough time to run, then
everything would be okay.

I should have remembered that pause() ties everything up.  But what about
using a busy loop as a delay element for testing?

The following code takes about 0.9 seconds on my computer.


for i=1:1e7, endfor;


You could always use tic/toc and adjust the loop range to get a delay
appropriate for your computer.

If this delay is inserted before line 412 of print.m do the problems go away?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36679>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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