Re: Memory testing in Python

2007-03-30 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, mkPyVS <[EMAIL PROTECTED]> wrote: >>While I have a great deal of interest in memory management, >>my general reaction to your question as you've posed it is, >>"Don't; concentrate for now on good Python style." > >I agree but for monitoring... > >I've had good luck w

Re: Memory testing in Python

2007-03-30 Thread mkPyVS
>While I have a great deal of interest in memory management, >my general reaction to your question as you've posed it is, >"Don't; concentrate for now on good Python style." I agree but for monitoring... I've had good luck with executing a popen to grab and parse output from ps -Af and pass it yo

Re: Memory testing in Python

2007-03-30 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> wrote: >Hi all > >I want to test my python code for memory efficiency in gnu/linux.How >can I do this? . . . What does "memory efficiency" mean to you? Are you asking how to

Memory testing in Python

2007-03-30 Thread csselo
Hi all I want to test my python code for memory efficiency in gnu/linux.How can I do this? thanks. -- http://mail.python.org/mailman/listinfo/python-list