guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: frames / stacks / source? was Re: coverage/profiling


From: Andy Wingo
Subject: Re: frames / stacks / source? was Re: coverage/profiling
Date: Tue, 09 Jan 2007 15:07:27 +0100

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]