Showing 1 - 2 of 2 items. (Page 1 of 1)
pympler - Project Hosting on Google Code
Pympler is a development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application. Pympler integrates three previously separate modules into a single, comprehensive profiling tool. The asizeof module provides basic size information for one or several Python objects, module muppy is used for on-line monitoring of a Python application and module tracker provides off-line analysis of the lifetime of selected Python objects. Python versions 2.4+.
What every programmer should know about memory, Part 1 [LWN.net]
Looks like a great series at LWN about the nitty-gritty details of memory. This will be on my to-read list.