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

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

[Octave-bug-tracker] [bug #46954] long initialization time of octave


From: Rik
Subject: [Octave-bug-tracker] [bug #46954] long initialization time of octave
Date: Sat, 23 Jan 2016 15:58:35 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #1, bug #46954 (project octave):

First, version 3.8.1 is ancient and no longer supported.  Unless you can
replicate this on the current stable version (4.0.0) there's not much to be
done.

Second, try a simpler test case.  Create a file called "stop.m" with the
single command


exit


and then run


time octave stop.m


For reference, this took 0.6 seconds of wall time on my computer. 

0.392u 0.316s 0:00.60 116.6%    0+0k 0+40io 0pf+0w


Also, try bypassing any initialization files you may have by running with the
'-'f switch.


time octave -f stop.m
0.332u 0.268s 0:00.44 134.0%    0+0k 0+48io 0pf+0w


This saved about 25% in my case.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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