This is the mail archive of the
guile@sourceware.cygnus.com
mailing list for the Guile project.
Re: is there a gc hook?
- To: Russell McManus <russell dot mcmanus at msdw dot com>
- Subject: Re: is there a gc hook?
- From: Greg Harvey <Greg dot Harvey at thezone dot net>
- Date: 26 Jan 2000 20:29:06 -0330
- Cc: guile at sourceware dot cygnus dot com
- References: <200001262001.PAA26687@hqsmh3.ms.com>
Russell McManus <russell.mcmanus@msdw.com> writes:
> Is there a way for me to time gc runs and print out the results?
> I've got some performance issues I've got to track down, and I didn't
> see anything obvious in the source code.
gc-stats should do what you want (the time-taken measure isn't that
great though; it would be worthwhile to make that a bit smarter, using
something like times when it's available).
--
Gregh: too damned busy.