Liking cljdoc? Tell your friends :D

barometer.aspects

Provides aspects for use with Morphe (https://github.com/Workiva/morphe)

Provides aspects for use with Morphe (https://github.com/Workiva/morphe)
raw docstring

concurrency-measuredclj

(concurrency-measured fn-form)

Morphe aspect which puts a counter into local scope and modifies each fn arity to track the number of in-flight calls to the function.

Morphe aspect which puts a counter into local scope and modifies each fn arity to track the number
of in-flight calls to the function.
sourceraw docstring

timedclj

(timed fn-form)

Morphe aspect which puts a timer metric into local scope and wraps each fn body with a call to metrics/with-timer.

Morphe aspect which puts a timer metric into local scope and wraps each fn body with a call to metrics/with-timer.
sourceraw docstring

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

× close