strip_duplicates.py

Python memory usage statistics

Install

All systems
curl cmd.cat/strip_duplicates.py.sh
Arch Arch Linux
pacman -S python2-meliae
Fedora
dnf install python2-meliae

python2-meliae

Python memory usage statistics

python-meliae

Memory analysis tool for Python

Meliae is a library meant to help people understand how their memory is being used in Python. 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 of memory consumption from the actual scanning of memory consumption.