John Reese wrote:
Is there a memory or heap profiler for python programs?  So that, for
example, if a program was bloating over time I could see how many of
each object there were and maybe even where the references were?

The "gc" module has a variety of helpful features like that.

-Peter
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to