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

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

[Octave-bug-tracker] [bug #39646] intermediate workspace display overloa


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #39646] intermediate workspace display overload when executing 'test'
Date: Mon, 05 Aug 2013 15:49:16 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #2, bug #39646 (project octave):

You're right.  The slowdown isn't that dramatic, just a long test.  Here are
the results for my system:

Without GUI:

octave:1> tic; for i=1:100; test fftfilt; endfor; toc
PASSES 10 out of 10 tests
[snip]
Elapsed time is 10.1856 seconds.


With GUI:

>> tic; for i=1:100; test fftfilt; endfor; toc
PASSES 10 out of 10 tests
[snip]
Elapsed time is 12.467 seconds.


So it is about a 20% slow down.  This is consistent with other similar time
tests I've done.  So maybe the refreshing of the text isn't the problem but
more generally the way in which communication works between the GUI and the
core.

Nonetheless, perhaps the graphics shouldn't be refreshed until the system
becomes idle at the command line, i.e., after all is complete, a breakpoint is
hit, etc.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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