Liking cljdoc? Tell your friends :D

macrometer.core


->tagsclj

(->tags tags)

Convenience function for generating a sequence of tags

Convenience function for generating a sequence of tags
raw docstring

all-metersclj

(all-meters)
(all-meters reg)

Returns all registered meters

Returns all registered meters
raw docstring

clear-metersclj

(clear-meters)
(clear-meters reg)

Removes all meters from the registry

Removes all meters from the registry
raw docstring

countersclj

(counters n)
(counters n reg)

Returns all counters given a name (and registry)

Returns all counters given a name (and registry)
raw docstring

default-registryclj

Default registry used by public API functions when no explicit registry argument is given

Default registry used by public API functions when no explicit registry argument is given
raw docstring

gaugesclj

(gauges n)
(gauges n reg)

Returns all gauges given a name (and registry)

Returns all gauges given a name (and registry)
raw docstring

timersclj

(timers n)
(timers n reg)

Returns all timers given a name (and registry)

Returns all timers given a name (and registry)
raw docstring

unregister-meterclj

(unregister-meter m)
(unregister-meter reg m)

Removes a meter

Removes a meter
raw docstring

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

× close