heaptrack 1.5.0+dfsg1-2ubuntu2 source package in Ubuntu

Changelog

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

  * No-change rebuild against libqt5core5t64

 -- Steve Langasek <email address hidden>  Fri, 15 Mar 2024 04:34:11 +0000

Upload details

Uploaded by:
Steve Langasek
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-2ubuntu2.debian.tar.xz 7.8 KiB f69d8c3cac46e96e3b15bcb9f8a4ef33b08d78da5a193316ec40ae8cc4e2b3a5
heaptrack_1.5.0+dfsg1-2ubuntu2.dsc 2.6 KiB b3d1f0f6fa84e1fbc91d65baeac75461b125ecbd2a2a0687f1cde1fd558354f4

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