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

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

[Octave-bug-tracker] [bug #42044] octave 3.8.1: huge memory use on pkg l


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #42044] octave 3.8.1: huge memory use on pkg load io
Date: Fri, 04 Apr 2014 12:31:53 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130917 Firefox/17.0 Iceweasel/17.0.9

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

I don't doubt that it is taking a long time to load for you, but that is not
the way to measure CPU time.  The cputime function returns the number of CPU
seconds since starting Octave.  So you need to subtract the value returned
from the first call:


t0 = cputime ()
pkg load io
cputime () - t0



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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