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

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

[Octave-bug-tracker] [bug #55908] Closing plots much slower than in 4.4.


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #55908] Closing plots much slower than in 4.4.1
Date: Thu, 15 Jul 2021 09:52:58 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #40, bug #55908 (project octave):

Running profile may be useful. This is what I got:

octave:6> figure(); uicontrol(); figure(); plot(1,1);
octave:7> profile on;  close all; profile off; profshow 
   #                Function Attr     Time (s)   Time (%)        Calls
----------------------------------------------------------------------
  21           __go_delete__             0.481      99.84            2
  15 __go_execute_callback__             0.000       0.04            2
   7                     get             0.000       0.03            7
   8                isfigure             0.000       0.02            4
   1                   close             0.000       0.02            1
  16                closereq             0.000       0.01            2
  17                  delete             0.000       0.01            2
  14                     set             0.000       0.00            2
  23                 profile             0.000       0.00            1
  10              ishghandle             0.000       0.00            6
   2                  nargin             0.000       0.00           12
  12                  strcmp             0.000       0.00            3
   9               binary !=             0.000       0.00            7
   4               binary ==             0.000       0.00            4
   6                 strcmpi             0.000       0.00            1
  18               iscellstr             0.000       0.00            2
  19                isscalar             0.000       0.00            2
  24                   false             0.000       0.00            1
  11                     any             0.000       0.00            4
   5                  ischar             0.000       0.00            1


Dmitri.
-- 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55908>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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