Paketname | python-meliae |
Beschreibung | Memory analysis tool for Python |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.2.0-1 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 208 Byte |
Hängt ab von | libc6 (>= 2.4), python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | meliae |
Paketgröße | 37064 Byte |
Prüfsumme MD5 | 6113810d96d43ea09f43a8a64f8e4397 |
Prüfsumme SHA1 | 5806d6e00d0b531f93ca17d84d0a6e05301c3dfb |
Prüfsumme SHA256 | e883b8a7e25288b72fe55421e2d9ab4f8c8f20db656d9ddaa8da19f3e1ee472a |
Link zum Herunterladen | python-meliae_0.2.0-1_i386.deb |
Ausführliche Beschreibung | 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.
|