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 usage? TIA ------------------------------------------------------------------------------ _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
