Lisp HUG Maillist Archive

Relative object sizes

Hello,

Is there a way to get the relative sizes of the objects that are in the current Lispworks 7 memory using the IDE or other functionality?  

Something akin to ‘top’, showing the largest datas pointed to by certain symbols?

I’ve started creating large memory (10GB+) programs and I’m hoping to do some memory profiling using such a tool.

--
Burton Samograd


_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html

Re: Relative object sizes

Hi,

I do not know about LW7, but in LW6 I was using the solutions provided
in the following thread
http://lisp-hug.lispworks.narkive.com/fICcjh1u/help-tracking-down-a-memory-leak

Hope it help.

Regards,

Ala'a

On Sat, Nov 4, 2017 at 9:17 AM, BusFactor1 Inc. <busfactor1@gmail.com> wrote:
> Hello,
>
> Is there a way to get the relative sizes of the objects that are in the current Lispworks 7 memory using the IDE or other functionality?
>
> Something akin to ‘top’, showing the largest datas pointed to by certain symbols?
>
> I’ve started creating large memory (10GB+) programs and I’m hoping to do some memory profiling using such a tool.
>
> --
> Burton Samograd
>
>
> _______________________________________________
> Lisp Hug - the mailing list for LispWorks users
> lisp-hug@lispworks.com
> http://www.lispworks.com/support/lisp-hug.html

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html

Updated at: 2020-12-10 08:30 UTC