esup

https://github.com/jschaf/esup.git

git clone 'git://github.com/jschaf/esup.git'
57

Build Status MELPA

ESUP - Emacs Start Up Profiler

Benchmark Emacs Startup time without ever leaving your Emacs.

esup screenshot

Installation

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)

Usage

To start Esup, run M-x esup, and watch the magic happen.

Profile a custom file with esup

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.