Package heaptrack-gui: Information

    Binary package: heaptrack-gui
    Version: 1.5.0-alt1
    Architecture: loongarch64
    Build time:  May 13, 2024, 11:21 PM
    Source package: heaptrack
    Report package bug
    License: LGPL-2.1
    Summary: GUI for heaptrack
    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
    
    This package contains GUI for heaptrack.

    Maintainer: Mikhail Tergoev


    Last changed


    Nov. 1, 2023 Mikhail Tergoev 1.5.0-alt1
    - Updated to upstream version 1.5.0.
    Jan. 13, 2022 Aleksei Nikiforov 1.3.0-alt1
    - Updated to upstream version 1.3.0.
    Jan. 24, 2020 Aleksei Nikiforov 1.2.80-alt1.git.1691cdd
    - Initial build for ALT