Neagu, Adrian wrote:
> I try to solve the following problem: I have a python program that takes a
> lot of memory (>hundred Mb). I made an improvement (I hope) and I want to
> measure the gain (if possible on several platforms). I would like to be able
> to print the max memory taken during the run upon exiting my Python program
> (like I already do for the time taken to run).

You could try PySizer: http://pysizer.8325.org/

-- 
  Heikki Toivonen
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to