]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
authorEli Zaretskii <eliz@gnu.org>
Mon, 6 Sep 2021 10:12:30 +0000 (13:12 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 6 Sep 2021 10:12:30 +0000 (13:12 +0300)
1  2 
etc/NEWS

diff --cc etc/NEWS
index 8a6b632e036378768612a3363830ae64d699b3ea,2d15ada4384ab9450c9b7ba6e192ead112273991..b7dc8f4327b45c8f1d68533714e6774dd2070c9b
+++ b/etc/NEWS
@@@ -3321,10 -3286,13 +3321,14 @@@ It is written as '(:success BODY...)' w
  whenever the protected form terminates without error, with the
  specified variable bound to the the value of the protected form.
  
+ ** New function 'benchmark-call' to measure the execution time of a function.
+ Additionally, the number of repetitions can be expressed as a minimal duration
+ in seconds.
  +++
 -** A function can now be thrown to the 'exit' label in addition to t or nil.
 -The command loop will call it with zero arguments before returning.
 +** The value thrown to the 'exit' label can now be a function.
 +This is in addition to values t or nil.  If the value is a function,
 +the command loop will call it with zero arguments before returning.
  
  +++
  ** The behavior of 'format-spec' is now closer to that of 'format'.