Re: about analyze object's stack usage

2009-07-29 Thread Marcus Wanner
On 7/29/2009 3:51 AM, hch wrote: Is there a python script can get a list of how much stack space each function in your program uses? I don't think so. You could try raw reading of the memory from another thread using ctypes and pointers, but that would be madness. ( the program is compiled by g

about analyze object's stack usage

2009-07-29 Thread hch
Hi, everyone Is there a python script can get a list of how much stack space each function in your program uses? ( the program is compiled by gcc) Any advice will be appreciate. -- http://mail.python.org/mailman/listinfo/python-list