Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #32655
| Date | 2012-11-02 12:57 -0700 |
|---|---|
| From | Andrew Robinson <andrew3@r3dsolutions.com> |
| Subject | Memory profiling: Python 3.2 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3218.1351886261.27098.python-list@python.org> (permalink) |
When Python3.2 is running, is there an easy way within Python to capture the *total* amount of heap space the program is actually using (eg:real memory)? And how much of that heap space is allocated to variables ( including re-capturable data not yet GC'd ) ?
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Memory profiling: Python 3.2 Andrew Robinson <andrew3@r3dsolutions.com> - 2012-11-02 12:57 -0700
csiph-web