|
From: pkr <pan...@ya...> - 2004-08-20 05:32:35
|
Tom Hughes wrote: > 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. > My intention was about leak report only. It would be good to have some way of notifying (signal) valgrind to generate the report. As there could be situations when the above api cant be inserted in the code... Thanks, Pankaj > Tom > |