Re: How do you debug memory usage?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David

    Re: How do you debug memory usage?

    On Tue, May 6, 2008 at 4:21 PM, Banibrata Dutta
    <banibrata.dutt a@gmail.comwrot e:
    Many not be the most intuitive and elegant solution (I'm just a Python
    newbie), but if your Python code is constrained to the usage of Python 2.2
    language features, you could use Jython, and then (I'm hoping, since I've
    not tried this myself), use the Java Memory usage profiling/debugging tools.
    >
    Thanks for your post. I didn't think of Googling for "python memory
    profiling". That search returns a lot of results.

    I'll check a few of those results and post to the list if I find something good.

    David.
Working...