|
From: tom f. <tf...@al...> - 2010-03-09 21:03:47
|
maxime louvel <m.l...@gm...> writes:
> The problem is that decoders have real-time constraints and thus
> monitoring an overwhelmed application may lead to false information.
I don't think anything akin to valgrind is the right tool for the job.
Just try running your program through the "null" tool ("lackey"? or
maybe it really is "null"? check the docs). That gives the minimum
overhead *any* tool could produce.
That minimum overhead is going to be large. Valgrind has to go through
a lot of effort to work its magic.
> Is it possible to lower this overhead, I'm just interested in logging
> the heap usage : I do not need any memory check.
I don't think massif is doing verification anyway.
-tom
|