The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Internals::DumpArenas - Dump perl memory

DESCRIPTION

I was inspired by http://netjam.org/spoon/viz/ and want to make the same thing for perl. This module iterates dumps everything in every arena.

FUNCTIONS

DumpArenas()

Dumps everything to STDERR.

BUGS

Please report any bugs or feature requests to bug-Internals-DumpArenas at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Internals-DumpArenas. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

  perldoc Internals::DumpArenas

You can also look for information at:

ACKNOWLEDGEMENTS

Brian Rice, totally.

COPYRIGHT & LICENSE

Copyright 2009 Joshua ben Jore, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SOURCE AVAILABILITY

This source is in Github: git://github.com/jbenjore/internals-dumparenas.git

AUTHOR

Joshua ben Jore