Browse thread
Tracking memory usage: GC output not same order as unix top command
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Hugo Ferreira <hmf@i...> |
| Subject: | Re: [Caml-list] Tracking memory usage: GC output not same order as unix top command |
Pietro Abate wrote: > On Mon, Aug 30, 2010 at 10:43:42AM +0100, Hugo Ferreira wrote: >> I have a problem trying to identify where my algorithm consumes >> so much memory. I have created a set of functions (see end of message) >> that uses the GC module to obtain the memory used in the heap and print >> that out to determine where memory is being consumed. > > have you tried ocamlviz ? > http://ocamlviz.forge.ocamlcore.org/ > > No. Already been suggested though. Thanks. Hugo F.