esup icon indicating copy to clipboard operation
esup copied to clipboard

ESUP - Emacs Start Up Profiler

Results 17 esup issues
Sort by recently updated
recently updated
newest added

``` text Emacs 28: commit 9c72666feac28c6adf459f1eed3a45dc60fd896a OS: Arch Linux ``` The backtrace: ``` Debugger entered--Lisp error: (wrong-type-argument (or eieio-object class) nil obj) signal(wrong-type-argument ((or eieio-object class) nil obj)) slot-value(nil expression-string)...

When runing `M-x esup`, a new emacs instance opens a frame and prompts me “Symbolic link to Git-controlled source file; follow link? (yes or no) ”. This is because `~/.emacs.d`...

While `esup` provides some great insight, it unfortunately does not load the `early-init.el` which may have some large influences on the startup time. For example, in [my `early-init.el`](https://github.com/bkaestner/.emacs.d/blob/37c75bfe3a199594ad89504d870e68f6f424764f/early-init.el), I adjust...

I have code in my init.el that requires lexical scoping, and it could not be evaluated correctly without passing setting `lexical` when calling `eval`. This patch uses the buffer-local value...

Hi, Based on [this blog post](https://blog.d46.us/advanced-emacs-startup/), I've been trying to optimize my Emacs startup time, and I wanted to give esup a try - it looks like a very interesting...

I uses flycheck as a result, it reminds me to add `;;; file.el ends here` at the end of every file. And esup think that "here" is a variable and...

It seems commit 81f5f4da26b2b9e8c4ce9cc0272c3fb7ea4dbf3e changed `esup-child.el` to use advice on the `load` function. The advised function then steps through the code one sexp at at time doing an `eval`. This...

A bug in esup makes it completely incompatible with `package.el`. See: [Bug report 53](https://github.com/jschaf/esup/issues/53) and the awfull workaround provided by me.

Hi tried to use esup to profile my init file but I get a segfault when calling esup command. ``` M-x esup ``` In the esup-log I only got: ```...

After running esup I get the following first line in profile: Total User Startup Time: 0.321sec Total Number of GC Pauses: 0 Total GC Time: 0.000sec However, Emacs clearly take...