guile-user
[Top][All Lists]
Advanced

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

Re: Profiling guile code - best solution? (from FAQ, list, etc.)


From: Mikael Djurfeldt
Subject: Re: Profiling guile code - best solution? (from FAQ, list, etc.)
Date: 20 Mar 2001 19:43:17 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Rob Browning <address@hidden> writes:

> So is there a currently "recommended solution"?  If so, we should
> probably update the FAQ.  If not, then I'll play around and see what I
> can get working, probably starting with Harvey Stein's code.

I now have a profiler in my working copy of Guile.  I plan to commit
it to the guile-core distribution as soon as I've had time to finish
it.  I want to speed it up a little before.  It records every single
call (not interrupt based) and currently does all of this in Scheme
code.  You can imagine what kind of overhead that gives...

I'm working on replacing some of the inner loop with C code.  It will
still be slow, but probably practical in some cases.

Time frame?  My girlfriend will visit me for a week, so there won't be
any Guile work until the end of the month (next weekend)...

Mikael



reply via email to

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