./devel/p5-Devel-MAT-Dumper, Write a heap dump file for later analysis

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.48, Package name: p5-Devel-MAT-Dumper-0.48, Maintainer: pkgsrc-users

This module 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.


Master sites: (Expand)

Filesize: 38.17 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-12 08:55:43 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Devel-MAT-Dumper: update to 0.48.

0.48    2024-03-07
        [CHANGES]
         * Define PMAT format version 0.6, which adds extra annotations about
           shared HEK pointers to HASH, CODE, GLOB and SCALAR objects.
   2023-08-02 18:17:20 by Nia Alarie | Files touched by this commit (41)
Log message:
*: Use FORCE_C_STD=c99 for C packages that use for loop initial
declarations without setting -std=c99.
   2023-07-09 16:36:30 by Nia Alarie | Files touched by this commit (1)
Log message:
p5-Devel-MAT-Dumper: Assumes compiler defaults to c99
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-03-30 20:10:59 by Thomas Klausner | Files touched by this commit (3)
Log message:
devel/p5-Devel-MAT-Dumper: import p5-Devel-MAT-Dumper-0.47

This module 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.