[Valgrind-users] Need help in read callgrind output

2010-05-08 Thread n179911
Hi, I have run callgrind with my application like this valgrind --tool=callgrind MyApplication and then call 'callgrind_annotate --auto=yes ./callgrind.out.2489' I see output like 768,097,560 PROGRAM TOTALS

[Valgrind-users] profiling a process

2010-05-08 Thread Mag Gam
I have a process, which is wrapped into a shell script. I would like to get get the peak memory usage of the process. For example, w.sh #!/bin/bash ./process I tried running valgrid w.sh but I only get HEAP SUMMARY, is there anything else I can do to get more details on this process memory

Re: [Valgrind-users] novice drd user. Errors in std streams

2010-05-08 Thread Bart Van Assche
On Wed, Apr 21, 2010 at 3:40 AM, Jorge Moraleda jorge.moral...@gmail.com wrote: Hello Jorge, Unfortunately not all libraries have been designed with data-race detection tools in mind. Several libraries contain code that triggers benign data races. Examples are the I/O code in libstdc++ and in