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

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

[Octave-bug-tracker] [bug #53867] Octave startup is extremly slow


From: Rik
Subject: [Octave-bug-tracker] [bug #53867] Octave startup is extremly slow
Date: Wed, 9 May 2018 14:27:29 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #53867 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Something is wrong here, it should never take 20 seconds to launch the
program.  But we need some more information.

First, you reported that the operating system was Microsoft Windows, but there
is no 'time' program that I know of from Microsoft.  And there is no time.exe
in C:\Octave\Octave-4.4.0\bin so I don't know which executable it is actually
picking up.

Second, there are a lot of redundancies.  The single option '-f' is enough to
replace '--norc --noinit-file --no-site-file'.

Third, 'help' isn't a particularly good command to use when invoking Octave in
batch mode since it is an interactive command.

Can you re-test with


cd C:\Octave\Octave-4.4.0\bin
time octave-cli -f -W --eval "x = pi"
cd C:\Octave\Octave-4.2.2\bin
time octave-cli -f -W --eval "x = pi"




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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