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
Profiling spacemacs #48
Comments
I haven't managed to get esup working on spacemacs, which was annoying since I used up until recently. I'm unsure of the root cause. It's likely related to some of the other bugs about esup choking on .elc files. |
The same happens with Doom Emacs even with all .elc files deleted:
the line esup is bailing out is:
|
Guys. you can profile Spacemacs just fine, it adds a few additional command line options:
|
Also, the unobvious thing about |
This is probably because esup doesn't handle the case where a path is provided as the second arg for require. I just created a whole new test suite, so tackling this will be much easier. |
Should be fixed. Please re-open if not.
Right, but if you a slow line in a file, the require just narrows it down to the file. The goal of esup is to provide sexp-level profiling info. |
Hm, when I esup spacemacs (on Emacs 27) I only see traces of Total User Startup Time: 0.006sec Total Number of GC Pauses: 0 Total GC Time: 0.000sec |
Hi, how can I use esup to profile spacemacs' start time? Currently I got
The text was updated successfully, but these errors were encountered: