help-octave
[Top][All Lists]
Advanced

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

Re: octave memory


From: John W. Eaton
Subject: Re: octave memory
Date: Wed, 11 Feb 2009 11:45:53 -0500

On 11-Feb-2009, Søren Hauberg wrote:

| ons, 11 02 2009 kl. 17:31 +0100, skrev jean francois sauvage:
| > 2) Actually, the "who" command gives information about the size of
| > variables. This is not exactly what I need. I need to know how much
| > memory has been allocated while the execution of a program.
| > 
| > the function memory() of IDL returns 4 arguments :
| >  - the actual amount of dynamic memory used by IDL
| >  - the number of memory allocation since last call to memory()
| >  - the number of memory unallocation since last call to memory()
| >  - the maximum amount of dynamic memory readched since last call to memory()
| > 
| > I am looking for something similar (particularly for the first and
| > fourth arguments) in octave.

Octave doesn't keep track of these statistics.

Why do you think you need this information?

jwe



reply via email to

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