1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

(Tips for Making Compiled Code Fast): Don't advertise profile.el.

This commit is contained in:
Eli Zaretskii 2002-04-17 15:03:02 +00:00
parent 59b7fa6569
commit 5f7eb05d83

View File

@ -418,11 +418,9 @@ Lisp programs.
@item
@cindex profiling
@cindex timing programs
@cindex @file{profile.el}
@cindex @file{elp.el}
Profile your program with the @file{profile} library or the @file{elp}
library. See the files @file{profile.el} and @file{elp.el} for
instructions.
Profile your program with the @file{elp} library. See the file
@file{elp.el} for instructions.
@item
Use iteration rather than recursion whenever possible.