Count all stack frames, not just the used ones
[p5sagit/Devel-Size.git] / CHANGES
1 Revision history for Perl extension Devel::Memory.
2
3 0.01 2012-09-29 Tim Bunce
4
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.
9
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.
16
17  * This is very much experimental 'alpha' software. You're milage will
18     vary and anything may change between releases.