[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: |
Wed, 30 Aug 2023 02:45:07 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
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.