Liking cljdoc? Tell your friends :D

conceptual.timing


durationcljmacro

(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.
raw docstring

manycljmacro

(many & forms)

ntimescljmacro

(ntimes n & forms)

timevcljmacro

(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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close