[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
- Re: octave memory, Søren Hauberg, 2009/02/11
- Re: octave memory,
John W. Eaton <=
- Re: octave memory, jean francois sauvage, 2009/02/11
- Re: octave memory, Jaroslav Hajek, 2009/02/11
- Re: octave memory, jean francois sauvage, 2009/02/11
- Re: octave memory, John W. Eaton, 2009/02/11
- Re: octave memory, Miroslaw Kwasniak, 2009/02/11
- Re: octave memory, John W. Eaton, 2009/02/11
- Re: octave memory, Thomas Weber, 2009/02/12
- Re: octave memory, Miroslaw Kwasniak, 2009/02/12
- Re: octave memory, jean francois sauvage, 2009/02/12
Re: octave memory, Rob Mahurin, 2009/02/11