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

add flamegraph visualization #26

Closed milianw closed 6 years ago

milianw commented 6 years ago

The 2D visualization is not as easy to understand nor as usable as a flamegraph. Please consider adding such a visualization as explained here: http://www.brendangregg.com/FlameGraphs/memoryflamegraphs.html

My heaptrack tool on Linux also does that and it's super helpful.

milostosic commented 6 years ago

One more time: please refrain posting feature requests as issues. I'm not really inclined to do this as what I have now works for me just fine - and I have other projects to deal with as well.

I will happily take contributions like this.