Browse thread
gc overhead
[
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: | 2010-03-02 (23:09) |
From: | Warren Harris <warrensomebody@g...> |
Subject: | Re: [Caml-list] Re: gc overhead |
On Mar 2, 2010, at 2:03 PM, Sylvain Le Gall wrote: > > You can have a look at: > http://ocamlviz.forge.ocamlcore.org > > This allow to instrument your code and watch GC activity. I think that > with a little a little help on program side, you can be quite precise > about GC without using gprof at all. This should also be more > lightweight than gprof. Sylvain, Thanks! This looks very promising. I'll give it a try. Warren