Are there any decent python memory profilers available?

L

lthompson

I have a rather large python application (uses around 40MB of memory to
start) that gradually chews up memory over many hours. I've done a
little googling around, but it looks like I'm faced with prowling
through the gc.get_objects() myself. I need a tool to identify where
the memory is going. It might even be a leak in a DLL, so maybe a pure
python profiler isn't the best, although it would certainly help
localize the problem.
 
M

Michael Hudson

I have a rather large python application (uses around 40MB of memory to
start) that gradually chews up memory over many hours. I've done a
little googling around, but it looks like I'm faced with prowling
through the gc.get_objects() myself. I need a tool to identify where
the memory is going. It might even be a leak in a DLL, so maybe a pure
python profiler isn't the best, although it would certainly help
localize the problem.

One is being written as part of Google's Summer Of Code program.

Cheers,
mwh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,527
Members
44,999
Latest member
MakersCBDGummiesReview

Latest Threads

Top