Get current system time
Get current system time
(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]].
(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]].
(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.
(make-get-milli-time)
Construct a GetMilliTime
(Get the system time in milliseconds) record.
Construct a `GetMilliTime` (Get the system time in milliseconds) record.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close