11

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.

enter image description here

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.

evolved
  • 1,850
  • 19
  • 40
  • You can attach an external profiler to a program, if you're not debugging it. On Mac, for example, XCode's Instruments' profiler works on any process. – Victor Sergienko Jun 28 '19 at 21:59

0 Answers0