benchmark-run-compiled
benchmark-run-compiled is an autoloaded Lisp macro in `benchmark.el
'.
(benchmark-run-compiled &optional REPETITIONS &rest FORMS)
Time execution of compiled version of FORMS.
This is like `benchmark-run', but what is timed is a funcall of the
byte code obtained by wrapping FORMS in a `lambda' and compiling the
result. The overhead of the `lambda's is accounted for.