; * lisp/emacs-lisp/benchmark.el (benchmark-run): Fix docstring
This commit is contained in:
parent
53e2a612ad
commit
75723ec212
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defmacro benchmark-run (&optional repetitions &rest forms)
|
(defmacro benchmark-run (&optional repetitions &rest forms)
|
||||||
"Time execution of FORMS.
|
"Time execution of FORMS.
|
||||||
If REPETITIONS is supplied as a number, run forms that many times,
|
If REPETITIONS is supplied as a number, run FORMS that many times,
|
||||||
accounting for the overhead of the resulting loop. Otherwise run
|
accounting for the overhead of the resulting loop. Otherwise run
|
||||||
FORMS once.
|
FORMS once.
|
||||||
Return a list of the total elapsed time for execution, the number of
|
Return a list of the total elapsed time for execution, the number of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue