Count all stack frames, not just the used ones
[p5sagit/Devel-Size.git] / CHANGES
CommitLineData
d3b8a135 1Revision history for Perl extension Devel::Memory.
e98cedbf 2
d3b8a135 30.01 2012-09-29 Tim Bunce
52d8b031 4
d3b8a135 5 * Created new Devel::Memory extension using a modified version of
6 Devel::Size's perl memory data crawler, extended to support
7 callbacks, a 'data path name' concept, data streaming,
8 data processing and visualization.
a4148102 9
d3b8a135 10 * The Devel::Memory core was based on 0.77. The generic changes
11 will be fed back to Devel::Size so it will remain the
12 canonical source of knowledge of how to crawl perl internals.
13 Once Devel::Size has the changes then Devel::Memory will use
14 it as the core, but compiled with options to enable the extra
15 features. That way Devel::Size won't have any performance penalty.
24d37977 16
d3b8a135 17 * This is very much experimental 'alpha' software. You're milage will
18 vary and anything may change between releases.