guile-user
[Top][All Lists]
Advanced

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

Re: Scheme profiling


From: Harvey J. Stein
Subject: Re: Scheme profiling
Date: 22 Sep 2000 12:36:06 -0400

address@hidden (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
address@hidden


reply via email to

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