Python profiler

C

Celine & Dave

Hello All,

I am trying to find a profiler that can measure the
memory usage in a Python program. I would like to
gather some statistics about object usages. For
example, I would like to be able to see how much time
it takes to search for an item in a dict object, how
many times it has to access the symbol table to
retrieve a specific item, and things like that.

Thanks,

Dave



__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
 
S

Stephen Kellett

Celine said:
I am trying to find a profiler that can measure the
memory usage in a Python program.
I would like to
gather some statistics about object usages. For

Python Memory Validator.
Apply for beta here:

http://www.softwareverify.com/beta.php?product=PMVB000
example, I would like to be able to see how much time
it takes to search for an item in a dict object,

That is something for a performance profiler, not a memory profiler.
Python Performance Validator will help you there.
how
many times it has to access the symbol table to
retrieve a specific item, and things like that.

Python Coverage Validator will help you there.
Python Performance Validator will help you there.

http://www.softwareverify.com

Windows NT/2000/XP/and above(vista, etc)

Stephen
 

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,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top