I&#39;m in the midst of writing a nice performance/stress testing harness for racket.<div><br></div><div>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.</div>
<div><br></div><div>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?</div>
<div><br></div><div>Is there any lower level hook I could get into?</div><div><br></div><div>Thanks,</div><div>    Curtis</div>