Homepage: https://github.com/lastquestion/explain-pause-mode
Author: Lin Xu
Updated:
Explain emacs pauses
`explain-pause-mode' is a minor mode that measures how long Emacs commands take to run. `explain-pause-top' is like 'top', but for Emacs. When a command consistently takes a long time to run, `explain-pause-mode' alerts the user and records the next time the command is slow. These "slow events" can be viewed in `explain-pause-top' and investigated immediately, or summarized to be sent to developers. Please see README.md for commentary, documentation, etc. in the repository above.