Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #32655 > unrolled thread

Memory profiling: Python 3.2

Started byAndrew Robinson <andrew3@r3dsolutions.com>
First post2012-11-02 12:57 -0700
Last post2012-11-02 12:57 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Memory profiling: Python 3.2 Andrew Robinson <andrew3@r3dsolutions.com> - 2012-11-02 12:57 -0700

#32655 — Memory profiling: Python 3.2

FromAndrew Robinson <andrew3@r3dsolutions.com>
Date2012-11-02 12:57 -0700
SubjectMemory 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 ) ?


[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web