Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Memory Profiler

Reply
Thread Tools

Memory Profiler

 
 
Dave
Guest
Posts: n/a
 
      01-11-2006
Hi,

Is there any memory profiler for Python programs? I
would like to see how much memory objects take up,
cache misses, etc. I tried to patch PySizer, but got a
build error (Error 13.

Thanks!

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
 
Reply With Quote
 
 
 
 
Grig Gheorghiu
Guest
Posts: n/a
 
      01-11-2006
See

http://pycheesecake.org/wiki/PythonT...onTestingTools

In particular, PySizer and HeapPy might be what you're looking for. I
can't say for sure, since I haven't used these tools myself.

Grig

 
Reply With Quote
 
 
 
 
Stephen Kellett
Guest
Posts: n/a
 
      01-11-2006
In message <mailman.332.1137002028.27775.python->, Dave
<> writes
>Is there any memory profiler for Python programs? I


Python Memory Validator

http://www.softwareverify.com/python...tor/index.html

Stephen
--
Stephen Kellett
Object Media Limited http://www.objmedia.demon.co.uk/software.html
Computer Consultancy, Software Development
Windows C++, Java, Assembler, Performance Analysis, Troubleshooting
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Some Nice Memory Profiler for C++ Abhi C++ 1 11-28-2011 04:41 PM
Re: Looking for a good memory and CPU profiler Ian Collins C++ 2 11-30-2009 07:16 PM
Java Profiler - Memory leaks Wayne Gibson Java 2 06-21-2006 06:10 PM
memory profiler? John Reese Python 3 04-23-2005 09:07 PM
memory profiler recommendation Matthew Fleming Java 2 05-06-2004 12:38 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57