(emit-latency-2 monitoring event-name & body)
Start a test env in a way that shuts down after body is completed. Useful for running tests that can be killed, and re-run without bouncing the repl.
Start a test env in a way that shuts down after body is completed. Useful for running tests that can be killed, and re-run without bouncing the repl.
(measure-latency f g)
Calls f, and passing the amount of time it took to call and return f in milliseconds to g. Returns the value that calling f returned.
Calls f, and passing the amount of time it took to call and return f in milliseconds to g. Returns the value that calling f returned.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close