Path to this page:
./
wip/heaptrack,
Heap memory profiler
Branch: CURRENT,
Version: 1.2.0nb1,
Package name: heaptrack-1.2.0nb1,
Maintainer: kamelderouicheHeaptrack 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
Master sites:
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-12-04) Updated to version: heaptrack-1.2.0nb1
- (2020-10-27) Package added to pkgsrc.se, version heaptrack-1.2.0 (created)