Elisp相当于Clojure的时间?

abo*_*abo 3 emacs elisp clojure

这是Clojure的文档:

clojure.core/time
([expr])
Macro
  Evaluates expr and prints the time it took.  Returns the value of
 expr.
Run Code Online (Sandbox Code Playgroud)

在Emacs lisp中是否有一些(半)标准方法可以做到这一点?