[racket] Garbage collection informaton

From: Curtis Dutton (curtdutt at gmail.com)
Date: Wed Sep 28 19:42:39 EDT 2011

I'm in the midst of writing a nice performance/stress testing harness for
racket.

To measure performance with a GC language, it is very important to be able
to log accurate GC occurrences, along with how long they take.

The debug log seems to really output what I need except maybe a call to
(current-inexact-milliseconds) at the the start of the gc. Is there any sort
of way for me to determine exactly what time the GC begins along with other
sorts of good GC relatied information?

Is there any lower level hook I could get into?

Thanks,
    Curtis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20110928/51a9f66a/attachment.html>

Posted on the users mailing list.