(bench n & body)Test how long a body will take to execute.
This will only (do body). If you need to realize
all results in a sequence, wrap your body in a doall.
Body is executed n times.
Test how long a body will take to execute. This will only `(do body)`. If you need to realize all results in a sequence, wrap your body in a `doall`. Body is executed n times.
(elapsed-time & body)Evaluates the body and returns the elapsed time in milliseconds.
Evaluates the body and returns the elapsed time in milliseconds.
(millis-now)(millis-since millis-start)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |