I want to know the memory usage of my python application and specifically want to know what code blocks/portions or objects are consuming most memory Google search shows a commercial one is http://www.softwareverify.com/python/memory/index.html
and open source are PySizer and Heapy
I haven't tried anyone, so i wanted to know which one is the best considering 1) gives most details 2) I have to do least or no changes to my code
