>
> i can't see how to get a dump of objects on the heap, or tools to analyse
> that dump.


In 0.4 there is a new "--track-allocation" command-line option that might
help. If you don't mind reading LLVM IR, you can also look for calls to
"jl_gc_allocobj" (or just "allocobj" in 0.3).

On Tue, Jul 21, 2015 at 9:08 AM, andrew cooke <and...@acooke.org> wrote:

>
> hi,
>
> i feel i must be missing something obvious, sorry, but i can work out what
> tools are available for understanding "memory leaks" inside my own julia
> code.  this isn't an issue with julia itself - it's my own dumb fault.  but
> i can't see how to get a dump of objects on the heap, or tools to analyse
> that dump.
>
> can someone point me in the right direction, please?
>
> thanks,
> andrew
>
> (i know about - and have used profile and profileview - but they don't
> have memory info, do they?  they do have gc information, but what i want is
> heap use - gc isn't being called!)
>

Reply via email to