Is there a tool in CLion to view the memory usage (statistics) of a running program. I look for something similar like the Diagnostic Tool in Visual Studio. With that it is possible to view the Process Memory over time and get the maximum.
Is this possible with the memory view somehow or do I need to install a plugin?
I am also not interested in the memory usage of CLion. Instead I want to know the amount of memory used by the program that I am executing.