On Jan 23, 2005, at 9:52 PM, Guillaume Germain wrote:
With some help from Marc Feeley I have implemented a simple statistical profiler for Gambit. It is available at the following address: http://www.iro.umontreal.ca/~germaing/statprof.html
Here's an output example: http://www.iro.umontreal.ca/~germaing/ring.scm.html
It's not perfect and was put together somewhat quickly, but I think it can be useful.
I'm trying to use your profiler as a test coverage tool; is there any way to make the intervals between when samples are taken are made very small? I'd rather do that than try to get long enough run times so that each basic block shows up in the report as executed at least once.
Brad