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
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
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl |
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 |
Devel::MAT::Dumper provides the memory-dumping function that creates a heap
dump file which can later be read by Devel::
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::