Polish sizeme_graph.pl
[p5sagit/Devel-Size.git] / CHANGES
CommitLineData
12ae883b 1Revision history for Perl extension Devel::SizeMe.
e98cedbf 2
eda23e24 30.02 2012-10-02 Tim Bunce
4
5 * Renamed to Devel::SizeMe.
6 * Assorted fixes, cleanups and polish.
12ae883b 7 * Greatly extended perl_size coverage thanks to rafl.
eda23e24 8
d3b8a135 90.01 2012-09-29 Tim Bunce
52d8b031 10
d3b8a135 11 * Created new Devel::Memory extension using a modified version of
12 Devel::Size's perl memory data crawler, extended to support
13 callbacks, a 'data path name' concept, data streaming,
14 data processing and visualization.
a4148102 15
d3b8a135 16 * The Devel::Memory core was based on 0.77. The generic changes
17 will be fed back to Devel::Size so it will remain the
18 canonical source of knowledge of how to crawl perl internals.
19 Once Devel::Size has the changes then Devel::Memory will use
20 it as the core, but compiled with options to enable the extra
21 features. That way Devel::Size won't have any performance penalty.
24d37977 22
d3b8a135 23 * This is very much experimental 'alpha' software. You're milage will
24 vary and anything may change between releases.