Heaptrack 1.5.0

Heaptrack traces all memory allocations and annotates these events with stack traces. Dedicated analysis tools then allow you to interpret the heap memory profile to: Find hotspots that need to be optimized to reduce the memory footprint of your application Find memory leaks, i.e. locations that allocate memory which is never deallocated Find allocation hotspots, i.e. code locations that trigger a lot of memory allocation calls Find temporary allocations, which are allocations that are directly followed by their deallocation

Tags sdk linux profiler kde cpp
License Mixed
State stable

Recent Releases

1.5.030 Jan 2024 11:45 major feature: