Search Results

0
votes

Linux: How to measure actual memory usage of an application or process?

Another vote for Valgrind here, but I would like to add that you can use a tool like Alleyoop to help you interpret the results generated by valgrind. I use the two tools all the time and a …