(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |