I am looking for a tool that would help visualize the memory usage of an application and show what’s using up most of the memory – i.e. what classes, how many objects, etc. There’s a similar thread that discusses the same issue for windows but I need to do this on linux.
Share
Valgrind would be okay for Linux, too.