[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Profiling Emacs Lisp
From: |
Daniel Jensen |
Subject: |
Re: Profiling Emacs Lisp |
Date: |
Thu, 30 Aug 2007 19:28:58 +0200 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (gnu/linux) |
Nordlöw <per.nordlow@gmail.com> writes:
> Is there a way to profile Emacs to get a list of what Emacs-Lisp code
> I am currently using is the most time-consuming. I am asking because I
> have written a lot of extensions to the syntax highlighting in cc-mode
> and this has made my Emacs somewhat sluggish when coding C/C++.
A profiler is included with Emacs. Use `M-x finder-commentary RET elp
RET' to read the instructions. However, I don't know if it's suitable
for debugging font-locking. Have you tried different settings?