Hi!

  I have a largeish gambit application. It's interpreted under gsi, and is taking up around 25% of my dual core laptop. I would like to profile to see what functions are taking up all the time. How can I do this? (Searching for profiling in the gambit documentation brings up stuff focused on how to profile scheme code that has been compiled to C, but not on profiling of interpreted code.)

Thanks!