[
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: | David MENTRE <dmentre@l...> |
| Subject: | Re: [Caml-list] Garbage collection and profiling |
Hello, On Thu, Jun 4, 2009 at 19:03, Jean Krivine <jean.krivine@gmail.com> wrote: > Does anyone knows a simple way to evaluate the time spent by an ocaml > program in GCing? Activate profiling in native code version and sum the time spent in the GC entry points in gprof call graph output? Sincerely yours, david