Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timbunce/devel-sizeme
Perl Devel::SizeMe - for extracting and visualizing detailed memory usage information
https://github.com/timbunce/devel-sizeme
Last synced: about 16 hours ago
JSON representation
Perl Devel::SizeMe - for extracting and visualizing detailed memory usage information
- Host: GitHub
- URL: https://github.com/timbunce/devel-sizeme
- Owner: timbunce
- Created: 2012-10-05T12:37:56.000Z (about 12 years ago)
- Default Branch: sizeme
- Last Pushed: 2013-09-08T21:40:26.000Z (over 11 years ago)
- Last Synced: 2024-06-21T18:08:09.833Z (6 months ago)
- Language: JavaScript
- Size: 320 KB
- Stars: 7
- Watchers: 6
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
Awesome Lists containing this project
README
# Devel::SizeMe
[![Build Status](https://secure.travis-ci.org/timbunce/devel-sizeme.png)](http://travis-ci.org/timbunce/devel-sizeme)
Devel::SizeMe is a variant of Devel::Size that can stream out detailed
information about the size of individual data-structures and the links
between them.It can do this for the entire perl interpreter internals as well as your own
perl data structures.It comes with scripts for storing this data in a database and visualizing it in
various forms, including graphs and an interactive treemap.Current implementation is alpha and somewhat hackish in places.
It currently doesn't work on systems built with -Duse64bitint (use -Duse64bitall if possible).
Patches welcome - I think it mainly needs %d's etc changing to use IVdf etc.For more info see http://blog.timbunce.org/2012/10/05/introducing-develsizeme-visualizing-perl-memory-use/
and http://blog.timbunce.org/tag/sizeme/There's an #sizeme IRC channel on irc.perl.org and the [email protected]
mailing list (also at https://groups.google.com/d/forum/devel-size)