jschaf / esup

ESUP - Emacs Start Up Profiler
398 stars 22 forks source link

early-init.el is not included in profiling #93

Open bkaestner opened 2 years ago

bkaestner commented 2 years ago

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, I adjust the GC's limits. Without those adjustments, the garbage collector runs ~13 times during an esup run, whereas it will run 0 times if the GC limits are applied.