octave-maintainers
[Top][All Lists]
Advanced

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

intermediate workspace display overload when executing 'test'


From: Daniel J Sebald
Subject: intermediate workspace display overload when executing 'test'
Date: Thu, 01 Aug 2013 13:07:05 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

When running a test script from inside the GUI the Workspace window displays and updates the variables of "test.m". It's a quick flash of characters, but execution is slowed enough to watch the variable values changing.

There is a screen image here:

https://savannah.gnu.org/bugs/index.php?39646

taken while running this script

for i=1:100
  test fftfilt
end

Other functions don't seem to do this. Does anyone have an idea what line of code within test.m might cause the GUI to be refreshed?

Dan


reply via email to

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