(duration expr)
Evaluates expr and measures the time it took. Returns a the time in ms, discards results of expr.
Evaluates expr and measures the time it took. Returns a the time in ms, discards results of expr.
(many & forms)
(ntimes n & forms)
(timev expr)
Evaluates expr and measures the time it took. Returns a vector of the value of expr and the time in ms.
Evaluates expr and measures the time it took. Returns a vector of the value of expr and the time in ms.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close