Hi,

Han-Wen Nienhuys <[EMAIL PROTECTED]> 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.


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to