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 extremely slow


From: anonymous
Subject: [Octave-bug-tracker] [bug #53867] Octave startup is extremely slow
Date: Thu, 10 May 2018 03:33:31 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:58.0) Gecko/20100101 Firefox/58.0

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

Well, there is not time.exe, but time is a builtin command of bash which is
part of Octave.

Here are the results with your command line options:
octave-4.2.2

$ time octave-cli -f -W --eval "x = pi"
x =  3.1416

real    0m0.303s
user    0m0.000s
sys     0m0.015s


octave-4.4.0

$ time octave-cli -f -W --eval "x = pi"
x =  3.1416

real    0m20.331s
user    0m0.000s
sys     0m0.015s


Those commands are executed from within bash. But if you run them  from
cmd.exe without "time", it takes approximately the same time.

    _______________________________________________________

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]