This is the mail archive of the guile@sources.redhat.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]

Re: Scheme profiling


hjstein@bfr.co.il (Harvey J. Stein) writes:

 > On the other hand, I guess for a guile application that has a lot
 > of C code, it'd be nice to have "interrupt & check" profiling of
 > the actual C code.  Then you could see which C functions your app
 > is spending its time in, as in the evaluator, or the Guile C fcns
 > implementing Scheme primitives or the C code of the application
 > itself.

Actually, this is what you get if you link your application with -p.
(Of course, if you compile guile, the guile libs & the app with -p,
then you get additional info.)

-- 
Harvey Stein
Bloomberg LP
hjstein@bfr.co.il
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user

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