Browse thread
Re: GC time
- Damien Doligez
[
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: | Damien Doligez <Damien.Doligez@i...> |
| Subject: | Re: GC time |
>From: Hongwei Xi <hwxi@ececs.uc.edu> >It there a (simple) way for me to measure the GC time >spent on executing ocamlopt-generated native code or >ocaml bytecode? Not yet. We may include GC timers in a future release of O'Caml, but starting and stopping the timer takes almost as much time as the GC itself, so you'll take a performance hit and the accuracy of the timings will not be very good. -- Damien