Liking cljdoc? Tell your friends :D

onyx.monitoring.measurements


emit-countclj

(emit-count event-type monitoring cnt)
source

emit-latencyclj

(emit-latency event-type monitoring f)
source

emit-latency-2cljmacro

(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.
sourceraw docstring

emit-latency-valueclj

(emit-latency-value event-type monitoring elapsed)
source

measure-latencyclj

(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.
sourceraw docstring

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

× close