0

How I can get max memory peak when I running my application in windows?

Is there anything better then just looking at memory consumption of application in task manager?

I'm using VS2008, Win7 x64.

mrgloom
  • 20,061
  • 36
  • 171
  • 301
  • [link]http://stackoverflow.com/questions/282194/how-to-get-memory-usage-under-windows-in-c – Tony J Feb 16 '15 at 22:03
  • @TonyJiang I think I need some memory monitoring app, with method you provided I can get only current memory usage, not global max peak. – mrgloom Feb 18 '15 at 20:32
  • What about using GetProcessMemoryInfo() to get PROCESS_MEMORY_COUNTERS.PeakWorkingSetSize? – Tony J Feb 18 '15 at 23:14

0 Answers0