Liking cljdoc? Tell your friends :D

active.clojure.logger.time

Get current system time

Get current system time
raw docstring

get-elapsed-timeclj

source

get-elapsed-time!clj

(get-elapsed-time!)
source

get-elapsed-time?clj

(get-elapsed-time? thing)

Is object a GetElapsedTime record? See active.clojure.logger.time/make-get-elapsed-time.

Is object a `GetElapsedTime` record? See [[active.clojure.logger.time/make-get-elapsed-time]].
sourceraw docstring

get-milli-timeclj

source

get-milli-time!clj

(get-milli-time!)
source

get-milli-time?clj

(get-milli-time? thing)

Is object a GetMilliTime record? See active.clojure.logger.time/make-get-milli-time.

Is object a `GetMilliTime` record? See [[active.clojure.logger.time/make-get-milli-time]].
sourceraw docstring

make-get-elapsed-timeclj

(make-get-elapsed-time)

Construct a GetElapsedTime (Get the elapsed time in milliseconds. Only useful for precise measurments of elapsed time.) record.

Construct a `GetElapsedTime` (Get the elapsed time in milliseconds.  Only useful for precise measurments of elapsed time.) record.
sourceraw docstring

make-get-milli-timeclj

(make-get-milli-time)

Construct a GetMilliTime (Get the system time in milliseconds) record.

Construct a `GetMilliTime` (Get the system time in milliseconds) record.
sourceraw docstring

monad-command-configclj

source

run-timeclj

(run-time _run-any _env mstate m)
source

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

× close