aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-04-17 15:03:02 +0000
committerEli Zaretskii2002-04-17 15:03:02 +0000
commit5f7eb05d83b0aa440939cd584e6ad289bdea9097 (patch)
tree50c83453677d5e392700b5f12908715423de253c
parent59b7fa6569f8b865b6ef688a8531d745f1cc67d4 (diff)
downloademacs-5f7eb05d83b0aa440939cd584e6ad289bdea9097.tar.gz
emacs-5f7eb05d83b0aa440939cd584e6ad289bdea9097.zip
(Tips for Making Compiled Code Fast): Don't advertise profile.el.
-rw-r--r--lispref/tips.texi6
1 files changed, 2 insertions, 4 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi
index 322686d86a9..2aead6be817 100644
--- a/lispref/tips.texi
+++ b/lispref/tips.texi
@@ -418,11 +418,9 @@ Lisp programs.
418@item 418@item
419@cindex profiling 419@cindex profiling
420@cindex timing programs 420@cindex timing programs
421@cindex @file{profile.el}
422@cindex @file{elp.el} 421@cindex @file{elp.el}
423Profile your program with the @file{profile} library or the @file{elp} 422Profile your program with the @file{elp} library. See the file
424library. See the files @file{profile.el} and @file{elp.el} for 423@file{elp.el} for instructions.
425instructions.
426 424
427@item 425@item
428Use iteration rather than recursion whenever possible. 426Use iteration rather than recursion whenever possible.