Emacs Init: Timing Startup Time

By Xah Lee. Date: . Last updated: .

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

Emacs, start, exit, and init files