-
-
11 May 2005 22:01:31 UTC
- Distribution: Devel-Arena
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (3 / 1 / 0)
- Kwalitee
Bus factor: 1- License: unknown
- Activity
24 month- Tools
- Download (31.13KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Devel::Arena - Perl extension for inspecting the core's arena structures
SYNOPSIS
use Devel::Arena 'sv_stats'; # Get hash ref describing the arenas for SV heads $sv_stats = sv_stats;
DESCRIPTION
Inspect the arena structures that perl uses for SV allocation.
EXPORT
None by default.
SEE ALSO
sv.c in the perl core.
AUTHOR
Nicholas Clark, <nick@talking.bollo.cx>
COPYRIGHT AND LICENSE
Copyright (C) 2005 by Nicholas Clark
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
Module Install Instructions
To install Devel::Arena, copy and paste the appropriate command in to your terminal.
cpanm Devel::Arena
perl -MCPAN -e shell install Devel::Arena
For more information on module installation, please visit the detailed CPAN module installation guide.