RudjiGames / MTuner

MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Usage and Peak Usage in Call Stack Tree

codesniffer13 opened this issue · comments

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)?

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.