How to measure peak memory size etc. during a given interval in Windows

Posted by Lev on Stack Overflow See other posts from Stack Overflow or by Lev
Published on 2010-04-13T08:34:56Z Indexed on 2010/04/13 10:53 UTC
Read the original article Hit count: 353

With PROCESS_MEMORY_COUNTERS_EX, I can find the peak pagefile (VM) size since the beginning of a process. Can I somehow get the peak pagefile size starting from some other point in time?

© Stack Overflow or respective owner

Related posts about windows-api

Related posts about Windows