[Lazarus] Console App Development

Marco van de Voort marcov at stack.nl
Sun Aug 14 15:07:24 CEST 2011


On Sun, Aug 14, 2011 at 12:05:02AM +0200, Graeme Geldenhuys wrote:
> > How do you measure memory usage?
> 
> Two ways:
> 
> 1) 'gnome-system-monitor', look in the Processes tab, there is a Memory column.
> 
> 2) Use 'top -p <processid>. Subtract the SHR value from the RES value.
> 
> What is what I mean by "memory usage".

If you use such crude tools, better do additional research before making
claims about a program. It might be the memory manager or heap
fragmentation, not the program.




More information about the Lazarus mailing list