c++ - How to do memory profiling on Windows? -
possible duplicate:
memory leak tool c++ under windows
i used work on mac project , 1 thing enjoyed xcode profiler. found many bug running program various settings of profiler. notably, show me parts of program consumed memory, show me if leaked memory , show me when that. if working gui application, show me screenshots of doing when allocations/leaks/deallocations occurred.
nowadays, working on windows/c++ project using visual studio , suspect project consume memory , possibly leak memory, too. using xcode, fire profiler , know what's happening. in visual studio however, can find no such thing (there awkward performance profiler, cpu time not concern here).
so, how go searching leaks , code memory consumption?
see application verifier, leakdiag, umdh, , debugging tools windows in general.
all of free.
for guide on how use them, see advanced windows debugging.
Comments
Post a Comment