Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37393016
en ru br
ALT Linux repos
S:1.3.0-alt1

Group :: Development/Other
RPM: heaptrack

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.3.0-alt1
Build date: 13 january 2022, 13:39 ( 118.0 weeks ago )
Size: 5.22 Mb

Home page:   https://www.kde.org

License: LGPL-2.1
Summary: A heap memory profiler for Linux
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

Current maintainer: Aleksei Nikiforov

List of contributors

List of rpms provided by this srpm:

  • heaptrack
  • heaptrack-debuginfo
  • heaptrack-devel
  • heaptrack-gui
  • heaptrack-gui-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin