Hi, On Tue, 2007-01-09 at 10:10 +0100, Ludovic Courtès wrote: > For Scheme-level profiling, you may want to use the `statprof' module > currently available in guile-lib. It's very easy to set up and provides > results similar to `gprof' (it's a statistical profiler, too). > > For Scheme-level coverage tests (à la `gcov'), I don't know of any tool > that would help.
Statprof[0] can also do instrumenting profiling, so that you can see when you enter and leave frames. Won't help getting you the different branches of an if, though. [0] http://home.gna.org/guile-lib/doc/ref/statprof/ Cheers, Andy. -- http://wingolog.org/ _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel