heaptrack 1.5.0+dfsg1-2ubuntu1 source package in Ubuntu

Changelog

heaptrack (1.5.0+dfsg1-2ubuntu1) noble; urgency=medium

  * debian/tests: Check whether testbed has zstd installed before
    assuming output file format.

 -- Rik Mills <email address hidden>  Sun, 31 Dec 2023 14:03:34 +0000

Upload details

Uploaded by:
Rik Mills
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
heaptrack_1.5.0+dfsg1.orig.tar.xz 5.2 MiB 576d83385cfbc255cb50d285ef756a0f76653f96d99ad81219c95757dda9942d
heaptrack_1.5.0+dfsg1-2ubuntu1.debian.tar.xz 7.7 KiB f4700e0d82d9d7e7a8fce7ef898c93afdd15e2bf70582151dfa2cdb7d9a66a61
heaptrack_1.5.0+dfsg1-2ubuntu1.dsc 2.6 KiB 1fdaa56598d6fead793bd5bdfe43e9877bdcc8d7a30d7e1bc23e998ff4e6c707

View changes file

Binary packages built by this source

heaptrack: heap memory profiler for Linux

 Heap memory usage profiler. It uses LD_PRELOAD to track all calls
 to the core memory allocation functions and logs these occurrences.
 Additionally, backtraces are obtained and logged. It can also
 generate a historigram of allocation sizes over the number of
 calls. Heaptrack measures the following:
 .
   * Heap memory consumption (like Massif).
   * Number of calls to allocation functions (like callgrind).
   * Total amount of memory allocated, ignoring deallocations.
   * Leaked memory (like memcheck).
 .
 Heaptrack is notable for its ability to attach to running processes,
 for consuming substantially less memory than Valgrind, and for not
 reducing an application's interactivity as much as Valgrind does.
 Heaptrack is useful for debugging memory leaks and memory ballooning.
 .
 The package contains the command line tools.

heaptrack-dbgsym: debug symbols for heaptrack
heaptrack-gui: heap memory profiler for Linux

 Heap memory usage profiler. It uses LD_PRELOAD to track all calls
 to the core memory allocation functions and logs these occurrences.
 Additionally, backtraces are obtained and logged. It can also
 generate a historigram of allocation sizes over the number of
 calls. Heaptrack measures the following:
 .
   * Heap memory consumption (like Massif).
   * Number of calls to allocation functions (like callgrind).
   * Total amount of memory allocated, ignoring deallocations.
   * Leaked memory (like memcheck).
 .
 Heaptrack is notable for its ability to attach to running processes,
 for consuming substantially less memory than Valgrind, and for not
 reducing an application's interactivity as much as Valgrind does.
 Heaptrack is useful for debugging memory leaks and memory ballooning.
 .
 The package contains the GUI for data analysis.

heaptrack-gui-dbgsym: debug symbols for heaptrack-gui
libheaptrack: heap memory profiler for Linux

 Heap memory usage profiler. It uses LD_PRELOAD to track all calls
 to the core memory allocation functions and logs these occurrences.
 Additionally, backtraces are obtained and logged. It can also
 generate a historigram of allocation sizes over the number of
 calls. Heaptrack measures the following:
 .
   * Heap memory consumption (like Massif).
   * Number of calls to allocation functions (like callgrind).
   * Total amount of memory allocated, ignoring deallocations.
   * Leaked memory (like memcheck).
 .
 Heaptrack is notable for its ability to attach to running processes,
 for consuming substantially less memory than Valgrind, and for not
 reducing an application's interactivity as much as Valgrind does.
 Heaptrack is useful for debugging memory leaks and memory ballooning.
 .
 The package contains the shared libraries.

libheaptrack-dbgsym: debug symbols for libheaptrack