libdevel-mat-perl 0.51-1 source package in Ubuntu

Changelog

libdevel-mat-perl (0.51-1) unstable; urgency=medium

  * Import upstream version 0.51.

 -- gregor herrmann <email address hidden>  Sun, 26 Mar 2023 14:24:15 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
libdevel-mat-perl_0.51-1.dsc 2.8 KiB 486f98e389d7cb8b791548cb7a700746ddd41160045e11f35c9581cce2f9631b
libdevel-mat-perl_0.51.orig.tar.gz 140.8 KiB 878fc2dc80870f3b3d2f622d410ee63ef2e415afac1f6c4de1831fb45f4273e9
libdevel-mat-perl_0.51-1.debian.tar.xz 2.2 KiB 673cdc078e3bd33e341849ee9d7cf0fb48742816ccad19be3b125ed50da6664a

Available diffs

No changes file available.

Binary packages built by this source

libdevel-mat-perl: Perl Memory Analysis Tool

 The Devel::MAT ecosystem allows developers of perl programs to inspect and
 analyse memory-related problems such as memory leaks, unexpected memory
 consumption, or odd state. This is an "offline" analysis system, in the sense
 that the analysis tools all run in a different process, possibly at a later
 time, than the perl process that is being analysed.
 .
 The basic workflow consists of two main stages: first a heap dump file is
 generated from the perl process being debugged, at or around the time that
 the problem becomes apparent, and secondly this file is loaded by an analysis
 tool in order to inspect the contents.
 .
 To generate the heap dump file that captures the contents of the heap, the
 Devel::MAT::Dumper (libdevel-mat-dumper-perl) module is used.
 .
 After there generation of the .pmat file, it can be loaded and inspected. A
 lot of the smaller, simpler tools are built as plugins for the main pmat
 command shell (contained in libdevel-mat-perl, together with Devel::MAT), so
 inspection starts with loading the heap file there.

libdevel-mat-perl-dbgsym: debug symbols for libdevel-mat-perl