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: Ludovic Courtès
Subject: Re: frames / stacks / source? was Re: coverage/profiling
Date: Tue, 09 Jan 2007 10:10:05 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

Han-Wen Nienhuys <address@hidden> writes:

> Han-Wen Nienhuys escreveu:
>> I'd like to run a coverage check on the lilypond source. 
>> How do I do this in GUILE?
>
> Since noone responded, I decided to take a look myself.

[...]

> +int scm_do_profiling;

Are you interested in just profiling or coverage?  C-level or
Scheme-level?  (I assume the latter.)

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.

Hope this helps!
Ludovic.




reply via email to

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