Liking cljdoc? Tell your friends :D

keg.core

Public API for the library

Public API for the library
raw docstring

pour-runtimeclj

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

pour-runtime-and-argsclj

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

pour-runtime-args-and-returnclj

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

tapclj

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

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

× close