Browse thread
question about gc
-
Nicolas Ojeda Bar
-
Richard W.M. Jones
- Jesper Louis Andersen
-
Eray Ozkural
- Richard W.M. Jones
-
Richard W.M. Jones
[
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: | Richard W.M. Jones <rich@a...> |
| Subject: | Re: [Caml-list] question about gc |
On Fri, Dec 17, 2010 at 03:22:41AM +0200, Eray Ozkural wrote: > On Thu, Dec 16, 2010 at 1:43 AM, Richard W.M. Jones <rich@annexia.org>wrote: > > > On Wed, Dec 15, 2010 at 04:15:34PM -0500, Nicolas Ojeda Bar wrote: > > > Is there a way to tell how much time has been spent in > > > the gc at a particular point in time from inside your > > > compiled code? > > > > Yes, use standard profiling tools. gprof will give you some idea, but > > oprofile is much more accurate. > > > > > I wasn't aware of oprofile, it looks wicked!!! oprofile is quite nice. However, systemtap is really interesting. [From a language perspective ...] it's a type-safe language with type inference that compiles down to C, compiles the C into a kernel module which is injected into the Linux kernel and lets you do all sorts of amazing stuff. The fact that it's a mainstream tool that uses proper type inference is significant alone, the fact that it's seriously useful is icing on the cake. http://sourceware.org/systemtap/examples/keyword-index.html Rich. -- Richard Jones Red Hat