In message <[EMAIL PROTECTED]>, 
Sverker Nilsson <[EMAIL PROTECTED]> writes
>> i need to find out the memory usage of a specific function that i use in
>> my program. this function does some recursive calculations and i want my
>> program to display the amount of memory the function used to calculate a
>> specific value.

Python Memory Validator.

Run your program to completion.
Switch to the hotspots tab.
Search for your function.
All memory used in that function will be shown in the tree (with the 
effective callstack) underneath that function node in the tree.

http://www.softwareverify.com

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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to