Re: Measure memory usage in Python

2006-05-01 Thread gene tani
Rune Strand wrote: > gene tani wrote: > > Rune Strand wrote: > > > Is there a way to measure how much memory a data structure use? For > > > instance, what is the footprint of a particular list object like > > > [0,1,2,3,4,5,6,7,8,9]? > > > > i have a note to try this, but haven't got around to it

Re: Measure memory usage in Python

2006-05-01 Thread Rune Strand
gene tani wrote: > Rune Strand wrote: > > Is there a way to measure how much memory a data structure use? For > > instance, what is the footprint of a particular list object like > > [0,1,2,3,4,5,6,7,8,9]? > > i have a note to try this, but haven't got around to it, if you want to > blog/post > >

Re: Measure memory usage in Python

2006-04-30 Thread gene tani
Rune Strand wrote: > Is there a way to measure how much memory a data structure use? For > instance, what is the footprint of a particular list object like > [0,1,2,3,4,5,6,7,8,9]? i have a note to try this, but haven't got around to it, if you want to blog/post http://pysizer.8325.org/ -- htt