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

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

[Octave-patch-tracker] [patch #8656] Variable Editor (expanded from Patc


From: Philip Nienhuis
Subject: [Octave-patch-tracker] [patch #8656] Variable Editor (expanded from Patch #8316)
Date: Mon, 24 Aug 2015 17:55:05 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33

Follow-up Comment #38, patch #8656 (project octave):

Turns out the variable editor can be awfully slow. Displaying a 120x400 matrix
("a = rand (120, 400)") takes ~3 minutes (on Linux) or 10 minutes (Windows)
before the command line pane prompt responds again. 

"tic ; openvar ('a') ; toc" is deceptive as it returns immediately but the
variable editor keeps the prompt until it is completely finished.

Could it be that it renders the entire matrix beyond the window limits?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8656>

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




reply via email to

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