RudjiGames / MTuner

MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
BSD 2-Clause "Simplified" License
2.63k stars 145 forks source link

Memory Usage and Peak Usage in Call Stack Tree #93

Closed codesniffer13 closed 1 year ago

codesniffer13 commented 1 year ago

First off, great tool!!

Is it possible for the memory Usage and Peak Usage columns in the Call Stack Tree to present the actual amount of memory instead of percentage?

Also, what exactly is the Overhead and Overhead Peak values in the Statistics view? Is that the overhead of the memory allocation (presumably for the memory allocator)?

milostosic commented 1 year ago

Thanks! However.. asking about overhead tells me you haven't read the documentation or checked the code. And yes, new features are possible but I'm not working on this - feel free to make a pull request.