libdevel-mat-dumper-perl 0.47-ok1 source package in openKylin

Changelog

libdevel-mat-dumper-perl (0.47-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:22:34 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libdevel-mat-dumper-perl_0.47.orig.tar.gz 37.6 KiB ee947a61482956da3061af007927d98f8dab6eddae72490e17e8872b20a42296
libdevel-mat-dumper-perl_0.47-ok1.debian.tar.xz 1.9 KiB 7a0baf8de458de5623e9bd4752784ad4ccadbe2b58a0c46f87f748623d3ffb5f
libdevel-mat-dumper-perl_0.47-ok1.dsc 2.1 KiB fd6bfc624affc9f85b0569bfba27db3166a6fd494994a96eb7f0e94643fd8f90

Available diffs

View changes file

Binary packages built by this source

libdevel-mat-dumper-perl: module to write a heap dump file for later analysis

 Devel::MAT::Dumper provides the memory-dumping function that creates a heap
 dump file which can later be read by Devel::MAT::Dumpfile. It provides a
 single function which is not exported, which writes a file to the given path.
 .
 The dump file will contain a representation of every SV in Perl's arena,
 providing information about pointers between them, as well as other
 information about the state of the process at the time it was created. It
 contains a snapshot of the process at that moment in time, which can later be
 loaded and analysed by various tools using Devel::MAT::Dumpfile.

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