File: Changes

package info (click to toggle)
libtest-memorygrowth-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 152; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 722 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Revision history for Test-MemoryGrowth

0.05    2024-09-17
        [CHANGES]
         * Support FreeBSD as well as Linux (other OSes still
           "Patches Welcome")
         * General style updates/refresh

0.04    2020-06-17
        [CHANGES]
         * Optional integration with Devel::Gladiator to provide a per-type
           breakdown of growth of object types on the heap

0.03    2018-01-16 01:22:54
        [CHANGES]
         * Emit two .pmat files on failed tests with one iteration advanced,
           for differential analysis

0.02    2014/02/20 16:05:05
        [CHANGES]
         * Optionally invoke Devel::MAT::Dumper if a growth test fails

0.01    First version, released on an unsuspecting world.