]> git.eshelyaron.com Git - emacs.git/commitdiff
(Tips for Making Compiled Code Fast): Don't advertise profile.el.
authorEli Zaretskii <eliz@gnu.org>
Wed, 17 Apr 2002 15:03:02 +0000 (15:03 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 17 Apr 2002 15:03:02 +0000 (15:03 +0000)
lispref/tips.texi

index 322686d86a948842dfa55c17673a71a403917bb5..2aead6be8170410adcba9659edbc1a2feab07031 100644 (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.