guile-devel
[Top][All Lists]
Advanced

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

Re: May nearly have simple statistical profiler working (need help).


From: Neil Jerram
Subject: Re: May nearly have simple statistical profiler working (need help).
Date: 15 Jul 2001 09:25:52 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Neil" == Neil Jerram <address@hidden> writes:

>>>>> "Rob" == Rob Browning <address@hidden> writes:

    Rob> So what is the difference between apply-frame and
    Rob> enter-frame, and is the apply-frame handler guaranteed to be
    Rob> run for *every* function that's called?  Is apply-frame
    Rob> sufficient to catch all calls?

    Neil> As far as I understand, yes.

One qualification on this: traps as a whole must be enabled for any of
the trap handlers to be called.  This is controlled by `(debug-enable
'traps)' and the `with-traps' procedure.

        Neil




reply via email to

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