heaptrack 1.3.0-1ubuntu1 source package in Ubuntu

Changelog

heaptrack (1.3.0-1ubuntu1) jammy; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - debian/tests: Check whether testbed has zstd installed before
      assuming output file format.

heaptrack (1.3.0-1) unstable; urgency=medium

  [ Pino Toscano ]
  * [3904e08] Add upstream GPG signing key
  * [856ed9d] Switch watch file to the canonical tarballs
  * [f99d75c] Remove d/scripts/get_orig_src.sh, no more needed now

  [ Anton Gladky ]
  * [d32ea41] New upstream version 1.3.0
  * [fa46f6b] Update patch
  * [be7a8fa] Update gitlab-ci
  * [025cb91] Bump debhelper from old 12 to 13.
  * [6c2a01a] Set upstream metadata fields: Repository, Repository-Browse.
  * [d0f8508] Update standards version to 4.6.0, no changes needed.

 -- Rik Mills <email address hidden>  Wed, 05 Jan 2022 11:47:08 +0000

Upload details

Uploaded by:
Rik Mills
Uploaded to:
Jammy
Original maintainer:
Kubuntu Members
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
heaptrack_1.3.0.orig.tar.xz 5.3 MiB b9bb8458110d6eb5da0884cd53562cc2efc3928cfd3c3a6a1c67ea09b5747e04
heaptrack_1.3.0-1ubuntu1.debian.tar.xz 10.6 KiB 5a7844c80ec06165753fe7aef533ae318136b75d88072033c04abd0dfcd993c3
heaptrack_1.3.0-1ubuntu1.dsc 2.5 KiB ad27409399344b073676f1e5017a56a8d4907d827f115d826acf462f6939f360

Available diffs

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 it's 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: No summary available for heaptrack-dbgsym in ubuntu kinetic.

No description available for heaptrack-dbgsym in ubuntu kinetic.

heaptrack-gui: No summary available for heaptrack-gui in ubuntu kinetic.

No description available for heaptrack-gui in ubuntu kinetic.

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 it's 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: No summary available for libheaptrack-dbgsym in ubuntu kinetic.

No description available for libheaptrack-dbgsym in ubuntu kinetic.