memprof - a memory profiler for Python

dana.develop at gmail.com dana.develop at gmail.com
Tue Jun 25 18:02:00 CEST 2013


Hello,

I'd like to announce memprof, a memory profiler for Python:

http://jmdana.github.io/memprof/

memprof logs and plots the memory usage of all the variables during the execution of the decorated methods.

The source code is available in GitHub:

https://github.com/jmdana/memprof

And the mailing list is here:

http://groups.google.com/group/memprof

The project is licensed under GPLv3 and the current version is 0.2.2.

Please don't hesitate to contact me through the mailing list and/or GitHub (e.g. opening a new issue). 

I hope you find it useful.
Jose.





More information about the Python-announce-list mailing list