[
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: | Garbage collection and profiling |
Dear list Does anyone knows a simple way to evaluate the time spent by an ocaml program in GCing? I guess I can simply disable the GC and compare execution time but I was wondering whether there is no direct way to do it. Thanks!