help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Graph of elisp function calls


From: Michael Heerdegen
Subject: Re: Graph of elisp function calls
Date: Tue, 29 Aug 2023 01:25:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

uzibalqa <uzibalqa@proton.me> writes:

> Is it possible to produce a graph of elisp function calls ?

See C-h v byte-compile-generate-call-tree.  This variable allows to
display a call tree via byte compiling.  The data is then available as
value of `byte-compile-call-tree'.

Michael.




reply via email to

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