Path to this page:
./
devel/p5-Devel-MAT,
Perl Memory Analysis Tool
Branch: CURRENT,
Version: 0.53nb1,
Package name: p5-Devel-MAT-0.53nb1,
Maintainer: pkgsrc-usersThe 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.
Master sites: (Expand)
Filesize: 145.417 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Devel-MAT-0.53nb1
- (2024-03-12) Updated to version: p5-Devel-MAT-0.53
- (2024-01-14) Updated to version: p5-Devel-MAT-0.52
- (2023-07-06) Updated to version: p5-Devel-MAT-0.51nb1
- (2023-03-30) Package added to pkgsrc.se, version p5-Devel-MAT-0.51 (created)
CVS history: (Expand)
2024-03-12 08:57:15 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Devel-MAT: update to 0.53.
0.53 2024-03-07
[CHANGES]
* Read PMAT file format 0.6 with its shared HEK pointer additions
* Added `strtab` command for analysing the PL_strtab shared strings
table
* Added count/skip/no-sort options and a filtering argument to
`values` command
* Added a `stop` command to cancel an ongoing pagination
* Only print "class it experimental" warnings when reading an \
actual
class or object instance from a PMAT file, rather than any version
0.5 (or later).
* Swap unit tests from `Test::More` to `Test2::V0`
|
2024-01-14 21:35:47 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Devel-MAT: update to 0.52.
0.52 2024-01-13
[CHANGES]
* Ensure that `packages -V` can cope with version objects as well as
plain numerical SVs
* Make sure to load `Devel::MAT` only after processing the `--blib`
commandline option
[BUGFIXES]
* Print a warning and skip attempts to apply SVx annotations to
unrecognised SV addresses (alleviates but does not fix RT134117)
|
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:12:40 by Thomas Klausner | Files touched by this commit (3) |
Log message:
devel/p5-Devel-MAT: import p5-Devel-MAT-0.51
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.
|