caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Richard W.M. Jones" <rich@annexia.org>
To: caml-list@inria.fr
Subject: Re: [Caml-list] question about gc
Date: Sat, 18 Dec 2010 15:53:31 +0000	[thread overview]
Message-ID: <20101218155331.GD3647@annexia.org> (raw)
In-Reply-To: <AANLkTik4UyJrfirPKZqKv6FgH9Z82YHuYH28Aj2tf+7J@mail.gmail.com>

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


      reply	other threads:[~2010-12-18 15:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-15 21:15 Nicolas Ojeda Bar
2010-12-15 23:43 ` [Caml-list] " Richard W.M. Jones
2010-12-16  0:41   ` Jesper Louis Andersen
2010-12-17  1:22   ` Eray Ozkural
2010-12-18 15:53     ` Richard W.M. Jones [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101218155331.GD3647@annexia.org \
    --to=rich@annexia.org \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).