heaptrack 1.4.0-2ubuntu1 source package in Ubuntu

Changelog

heaptrack (1.4.0-2ubuntu1) lunar; urgency=medium

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

heaptrack (1.4.0-2) unstable; urgency=medium

  [ Christian Göttsche ]
  * [8e471bc] d/control: specify Rules-Requires-Root no
  * [f67042b] d/rules: enable hardening
  * [c399e4d] d/rules: enable LTO

  [ Anton Gladky ]
  * [2aa7315] Fix autopkgtests

heaptrack (1.4.0-1) unstable; urgency=medium

  [ Helmut Grohne ]
  * [e8a65e9] Fix FTCBFS: Build the same way as natively. (Closes: #979280)

  [ Anton Gladky ]
  * [fd99eea] New upstream version 1.4.0
  * [f4e6cdd] Update standards version to 4.6.1, no changes needed.

 -- Rik Mills <email address hidden>  Wed, 09 Nov 2022 06:04:47 +0000

Upload details

Uploaded by:
Rik Mills
Uploaded to:
Lunar
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
heaptrack_1.4.0.orig.tar.xz 5.3 MiB fc6b3226c36ca7faef58c9268dce427a83558ee48a2b636044ca084453a01f6d
heaptrack_1.4.0-2ubuntu1.debian.tar.xz 10.8 KiB 3ad76c7d2f66198377dbcdd248dbbc4a3d870fa755aa585a243f6168e9f297a3
heaptrack_1.4.0-2ubuntu1.dsc 2.5 KiB beb65dc98b50dc2ede5e5f6223bf573b007ea2c3c46ead97087c975b40fbc3cd

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: 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 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 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 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: debug symbols for libheaptrack