benchmark-init-el icon indicating copy to clipboard operation
benchmark-init-el copied to clipboard

Benchmark your Emacs initialization

Results 6 benchmark-init-el issues
Sort by recently updated
recently updated
newest added

Trying to install this package using straight. If I just eval a `use-package` call for it, e.g. ``` (use-package benchmark-init :demand) ``` I get `(wrong-number-of-arguments (3 . 4) 2)`. Here's...

Hi: Recent changes in define-obsolete-function-alias requires an extra parameter to indicate the obsoletion time. ![image](https://user-images.githubusercontent.com/6975176/103593397-081d6e80-4ef6-11eb-891d-53f6ae5a5c4b.png)

My emacs takes over 30 seconds to load. However, when I run benchmark-init, I only see a few processes and these do not take more than 1 second overall. What...

I use an Org-mode init file, so everything gets tangled into `main.el` first. So when I run `benchmark-init-el`, I get a single big entry: ``` ~/log/config/org/main.el load 2358 5093 ```...

Without this, I get the following errors when depending on this package: Error: the function "benchmark-init/node-root-p" might not be defined at runtime. Error: the function "benchmark-init/node-duration-adjusted" might not be defined...

Hi. In the latest Emacs 30 version, benchmark-init fails with the error: ```Symbol's function definition is void: (setf funcall)```. This issue seems to be caused by [this](https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64292 ): I fixed...