[
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: | Jean Krivine <jean.krivine@g...> |
| Subject: | Re: [Caml-list] Garbage collection and profiling |
For some strange reasons when I do so, I don't have time% but only call numbers in the profile. Is there something I missed? J On Thu, Jun 4, 2009 at 1:29 PM, David MENTRE <dmentre@linux-france.org> wrote: > 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 >