Liking cljdoc? Tell your friends :D
Clojure only.

jvm-hiccup-meter.core


start-hiccup-meterclj

(start-hiccup-meter callback-fn & {:keys [resolution-ms]})

Start the hiccup meter thread. It will continuosly sleep every resolution-ms milliseconds (10 by default) and call callback-fn with the presumed hiccup time in nanoseconds.

Returns a nullary function which when called terminates the measuring thread.

Start the hiccup meter thread. It will continuosly sleep every `resolution-ms`
milliseconds (10 by default) and call `callback-fn` with the presumed hiccup
time in nanoseconds.

Returns a nullary function which when called terminates the measuring thread.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close