https://github.com/jschaf/esup.git
git clone 'git://github.com/jschaf/esup.git'
Benchmark Emacs Startup time without ever leaving your Emacs.
With MELPA
First, add the package repository:
(add-to-list 'package-archives
'("melpa" . "http://melpa.milkbox.net/packages/") t)
Then install esup:
M-x package-install RET esup RET
El-Get
esup
is included in the El-Get repository
Install esup:
M-x el-get-install RET esup RET
Manually
Download esup.el
and place the download directory on your
load-path
like so:
(add-to-list 'load-path "~/.emacs.d/path/to/esup")
(autoload 'esup "esup" "Emacs Start Up Profiler." nil)
To start Esup, run M-x esup, and watch the magic happen.
By default, esup will profile user-init-file
. To profile a custom
file, call esup
with a prefix argument. That is, C-u M-x esup.