This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

profiling scheme code



>Are there any profiling tools (akin to gprof) for Guile?
>Any suggestions?

Not that I know of; I'd love to have one.

You might look at the code that implements procedure tracing; you may
be able to add something to that gracefully.  I don't want to
incorporate any interpreter changes that slow down unprofiled code,
but I think one could implement profiling without adding any overhead
beyond what's already there for tracing.