Emacs Init: Timing Startup Time
Timing Emacs Init
put this at the end of your Emacs Init File:
(message "emacs init time %s" (emacs-init-time ))
after emacs start, you can view it in the Emacs: Messages Buffer
put this at the end of your Emacs Init File:
(message "emacs init time %s" (emacs-init-time ))
after emacs start, you can view it in the Emacs: Messages Buffer