Possible Duplicate:
Is there any working memory profiler for Python3
I'd like to know how much memory used for my objects. I used guppy for this before, but now I work with python 3, but guppy works under python 2. What can I use for memory profiling in python 3? (I makes standalone application not web-based)