|
From: Tom H. <th...@cy...> - 2004-08-19 14:54:11
|
In message <412...@ya...>
pan...@ya... wrote:
> 2. Is it possible for valgrind to generate its report on some other
> event apart from program exit ? ie I have a daemon which is up 24x7 and
> would like to collect the valgrind report at specific time intervals.
Memory access problems are reported as they happen. Memory leaks are
reported on exit or when the VALGRIND_DO_LEAK_CHECK client request is
used by the target program.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|