memory profiler?

Peter Hansen peter at engcorp.com
Wed Apr 20 23:06:51 EDT 2005


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



More information about the Python-list mailing list