Python and threads

Stefan Behnel stefan_ml at behnel.de
Sun Jan 18 15:27:46 EST 2009


vedrandekovic at yahoo.com wrote:
> and thanks for all previous help.I want to measure memory usage of
> executed python script.I'am working on windows XP.

Could you qualify "measure"? Do you mean:

a) "debug" (permanently high accuracy, potentially high runtime overhead)
b) "monitor" (high accuracy, low/medium-resolution surveillance, no runtime
              overhead)
c) "find out" (low accuracy or just max usage, no permanent observation)

?

Stefan



More information about the Python-list mailing list