CMD + K

heaptrack

Community

heaptrack - a heap memory profiler for Linux

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::heaptrack

Usage Tracking

1.5.0
1.2.0
2 / 8 versions selected
Downloads (Last 6 months): 0

Description

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

About

Summary

heaptrack - a heap memory profiler for Linux

Last Updated

Jun 26, 2024 at 12:52

License

GPL-2.0-or-later

Supported Platforms

linux-64
linux-aarch64
linux-ppc64le