Is there memory usage profiler available?
Posted
by prosseek
on Stack Overflow
See other posts from Stack Overflow
or by prosseek
Published on 2010-04-15T15:12:53Z
Indexed on
2010/04/15
15:23 UTC
Read the original article
Hit count: 140
profiler
|memory-management
For time profiler for XYZ, I can just run 'time XYZ', or if I have the source code in C/C++, I even can use gprof to get profiled results.
Is there any similar tool for memory usage?
- Is there any tool I can use something like 'memory XYZ', to get info such as min/max/median memory usage?
- What tool do you use for memory profile with C++/Objective C/C#/Java?
© Stack Overflow or respective owner