Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #32655 > unrolled thread
| Started by | Andrew Robinson <andrew3@r3dsolutions.com> |
|---|---|
| First post | 2012-11-02 12:57 -0700 |
| Last post | 2012-11-02 12:57 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Memory profiling: Python 3.2 Andrew Robinson <andrew3@r3dsolutions.com> - 2012-11-02 12:57 -0700
| From | Andrew Robinson <andrew3@r3dsolutions.com> |
|---|---|
| Date | 2012-11-02 12:57 -0700 |
| Subject | Memory profiling: Python 3.2 |
| Message-ID | <mailman.3218.1351886261.27098.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web