in reply to
total memory usage of process
I'm not sure if either of these are exactly what you are looking for, but
Test::Memory::Cycle
looks interesting, as does
Memchmark
..
Comment on
Re: total memory usage of process
Replies are listed 'Best First'.
Re^2: total memory usage of process
by
szabgab
(Priest)
on Sep 05, 2006 at 13:31 UTC
The first one is for existing perl variables, not relevant in my case.
Memchmark
is promising, especially the
Proc::ProcessTable
module it is using internally.
[reply]
In Section
Seekers of Perl Wisdom