meliae 0.4.0.final.0
Python Memory Usage Analyzer
This project is similar to heapy (in the 'guppy' project), in its attempt to understand how memory has been allocated.
Currently, its main difference is that it splits the task of computing summary statistics, etc of memory consumption from the actual scanning of memory consumption. It does this, because I often want to figure out what is going on in my process, while my process is consuming huge amounts of memory (1GB, etc). It also allows dramatically simplifying the scanner, as I don't allocate python objects while trying to analyze python object memory consumption.
It will likely grow to include a GUI for browsing the reference graph. For now it is mostly used in the python interpreter.
The name is simply a fun word (means Ash-wood Nymph).
- Author: John Arbash Meinel
- Home Page: https://launchpad.net/meliae
- Download URL: https://launchpad.net/meliae/+download
- License: GNU GPL v3
-
Categories
- Development Status :: 4 - Beta
- Environment :: Console
- Intended Audience :: Developers
- License :: OSI Approved :: GNU General Public License (GPL)
- Operating System :: Microsoft :: Windows
- Operating System :: OS Independent
- Operating System :: POSIX
- Programming Language :: Cython
- Programming Language :: Python
- Topic :: Software Development :: Debuggers
- Package Index Owner: jameinel
- DOAP record: meliae-0.4.0.final.0.xml
