Jun 222012
Programming for linux: How to profile shared memory? on newest questions tagged linux – Stack Overflow
I have a program that has a peak memory usage of 66MB that I’m trying to profile with Valgrind Massif. Unfortunately, Massif shows only 800KB of peak memory usage. On the other hand, top tells me that 65MB are shared memory. Is it possible to profile shared memory usage of a program in Linux?
See Answers
source: http://stackoverflow.com/questions/11149048/how-to-profile-shared-memory
Programming for linux: programming-for-linux
Recent Comments