emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/tips.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/tips.texi
Date: Mon, 28 Mar 2005 16:11:28 -0500

Index: emacs/lispref/tips.texi
diff -c emacs/lispref/tips.texi:1.62 emacs/lispref/tips.texi:1.63
*** emacs/lispref/tips.texi:1.62        Sun Feb 27 00:14:20 2005
--- emacs/lispref/tips.texi     Mon Mar 28 21:11:28 2005
***************
*** 452,457 ****
--- 452,464 ----
  @file{elp.el} for instructions.
  
  @item
+ @cindex @file{benchmark.el}
+ @cindex benchmarking
+ Check the speed of individual Emacs Lisp forms using the
+ @file{benchmark} library.  See the functions @code{benchmark-run} and
+ @code{benchmark-run-compiled} in @file{benchmark.el}.
+ 
+ @item
  Use iteration rather than recursion whenever possible.
  Function calls are slow in Emacs Lisp even when a compiled function
  is calling another compiled function.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]