Re: [Cppcms-users] detect memory usage
Brought to you by:
artyom-beilis
From: Joerg S. <jo...@br...> - 2016-03-17 10:13:22
|
On Wed, Mar 16, 2016 at 10:32:24AM -0500, Ryan Gonzalez wrote: > Try checking out Valgrind. You can do: > > $ valgrind --leak-check=full --show-leak-kinds=all my_application > > and it'll show you any memory leaks. Note that if you are primarily interested in memory statistics only, Google Performance Tools might be a better choice since they are at least an order of magnitude faster. Joerg |