From: gangadhara r. c. <mee...@gm...> - 2021-06-01 11:31:08
|
Thank you John for your quick response. So I have to invoke separate valgrind command for each process for which I want to check the process memory. Thanks, Gangadhar On Tue, Jun 1, 2021 at 10:53 AM John Reiser <jr...@bi...> wrote: > if i want to attach the valgrind for more than one process at the same > time what is the command/option to use. > > There is no such command or option. Each valgrind tool applies to only > one process. > The closest you can come is to invoke each process using a (separate) > valgrind tool. > > > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > |