-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual Profiler tool support #1816
Comments
I'm not quite sure how this should work since the profilers you linked have quite different setup/calling procedures. I doubt that this could be generalized in a way that makes it possible to add profilers without knowledge of elisp. Regarding the python profiler: have you tried using the |
@dzhwinter Do you have examples of editors where this feature is available so I can try it ? |
here is my code |
I'm explore the possible to integrated performance and diagnose tools in spacemacs. Actually, profile tools have little value in python, but it really matters when improve c++ and cuda interact with hardware language code. |
As for C/C++ profiling, Emacs does not go that far. Maybe you should have a look at a dedicated application Kcachegrind or gprof that comes with GNU Binutils then use gprof2dot to view it in graph format. I don't see any difference except you have to use two OS windows. |
As it's a 4 months old discussion that nobody is looking at anymore, it will not be answered nor continued. I'm closing it then, but in any case feel free to open a new one to re-up the discussion |
this feature always contains in many modern programming editors, And it is useful in daily code polish work when ask to optimal the performance. If there is an common layer that one can add third-party profiling tool into spacemacs without any knowledge,about elisp., which will be great.
The text was updated successfully, but these errors were encountered: