From: Michael Heerdegen <michael_heerdegen@web.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Graph of elisp function calls
Date: Wed, 30 Aug 2023 02:45:07 +0200 [thread overview]
Message-ID: <87zg29tl2k.fsf@web.de> (raw)
In-Reply-To: KCBf-7CfAOWbFAQhCg7NqQz5z640aQB_tNGQrDRfiFFu-w2Z5PbwNm0sK4mOVRRFDLO1w_m1vCrJtDGsnKPtQ0K6m_lO4KU7npcRl4zF7y8=@protonmail.com
Heime <heimeborgia@protonmail.com> writes:
> You mentioned byte compiling and the variable
> byte-compile-generate-call-tree
>
> If I have a directory with elisp files in it, what would I have to do to
> make to view the call tree graphically ?
Set `byte-compile-generate-call-tree' t. Then I would visit the files
in dired, mark those that you want to byte-compile, and hit B
(`dired-do-byte-compile').
The result might not look very sexy and have a wrong headline
(suggesting the call tree would be for one file), but this seems to give
me a combined call tree for all files nonetheless.
AFAIR, the feature implementation still needs some love (it's a stub
with the core functionality finished), but I think it works ok.
Michael.
prev parent reply other threads:[~2023-08-30 0:45 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-28 19:14 Graph of elisp function calls uzibalqa
2023-08-28 21:34 ` Rodrigo Morales
2023-08-28 23:25 ` Michael Heerdegen
2023-08-29 1:13 ` Heime
2023-08-29 1:50 ` Michael Heerdegen
2023-08-29 2:05 ` Heime
2023-08-29 2:10 ` Michael Heerdegen
2023-08-29 8:13 ` Heime
2023-08-30 0:45 ` Michael Heerdegen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zg29tl2k.fsf@web.de \
--to=michael_heerdegen@web.de \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.