Public API for the library
Public API for the library
(pour-runtime function-name runtime _ & _)
Returns a map to log the function name and runtime.
Returns a map to log the function name and runtime.
(pour-runtime-and-args function-name runtime _ & args)
Returns a map to log the function name, runtime, and the arguments list.
Returns a map to log the function name, runtime, and the arguments list.
(pour-runtime-args-and-return function-name runtime return & args)
Returns a map to log the function name, runtime, and the arguments list.
Returns a map to log the function name, runtime, and the arguments list.
(tap target-function)
(tap target-function formatter)
Adds a hook to target-function
to collect and log execution time.
A formatter may be additionally supplied.
Adds a hook to `target-function` to collect and log execution time. A formatter may be additionally supplied.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close