treemap of memory use for an object?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

treemap of memory use for an object?

Paul DeBruicker
Hi,

With Roassal is it possible to make a treemap (https://en.wikipedia.org/wiki/Treemapping) of the memory use of an object and its instVars?  


I have a leak and am not sure where and its not one or two objects AFAIK....


Thanks


Paul
Reply | Threaded
Open this post in threaded view
|

Re: treemap of memory use for an object?

philippeback
I do.not know about variable sizes but I've made a treemap of database table size grouped by some grouping.

I'll fetch the code and post it when home.

Phil

On Mon, Apr 23, 2018, 19:42 PAUL DEBRUICKER <[hidden email]> wrote:
Hi,

With Roassal is it possible to make a treemap (https://en.wikipedia.org/wiki/Treemapping) of the memory use of an object and its instVars? 


I have a leak and am not sure where and its not one or two objects AFAIK....


Thanks


Paul