(instrument-fn sym)
(instrument-fn sym opts)
Instruments a function. Call with fully qualified quoted symbol: (instrument-fn 'cyrik.omni-trace.testing-ns/press-button)
Instruments a function. Call with fully qualified quoted symbol: (instrument-fn 'cyrik.omni-trace.testing-ns/press-button)
(instrument-ns sym)
(instrument-ns sym opts)
Instruments all functions in the namespace. Call with fully qualified quoted namespace: (instrument-ns 'cyrik.omni-trace.testing-ns)
Instruments all functions in the namespace. Call with fully qualified quoted namespace: (instrument-ns 'cyrik.omni-trace.testing-ns)
(trace syms)
(trace syms opts)
Instruments all functions in passed namespaces or symbols. syms can be a fully qualified symbol, a string or a var pointing to a namespace or a function. A vector of syms can also be passed. (instrument ['cyrik.omni-trace.testing-ns])
Instruments all functions in passed namespaces or symbols. syms can be a fully qualified symbol, a string or a var pointing to a namespace or a function. A vector of syms can also be passed. (instrument ['cyrik.omni-trace.testing-ns])
(uninstrument-fn sym)
(uninstrument-fn sym opts)
Instruments a function. Call with fully qualified quoted symbol: (uninstrument-fn 'cyrik.omni-trace.testing-ns/press-button)
Instruments a function. Call with fully qualified quoted symbol: (uninstrument-fn 'cyrik.omni-trace.testing-ns/press-button)
(uninstrument-ns sym)
(uninstrument-ns sym opts)
Removes instrumentation. Call with fully qualified quoted namespace: (uninstrument-ns 'cyrik.omni-trace.testing-ns)
Removes instrumentation. Call with fully qualified quoted namespace: (uninstrument-ns 'cyrik.omni-trace.testing-ns)
(untrace)
(untrace syms)
(untrace syms opts)
Instruments all functions in passed namespaces or symbols. syms can be a fully qualified symbol, a string or a var pointing to a namespace or a function. A vector of syms can also be passed. (uninstrument 'cyrik.omni-trace.testing-ns)
Instruments all functions in passed namespaces or symbols. syms can be a fully qualified symbol, a string or a var pointing to a namespace or a function. A vector of syms can also be passed. (uninstrument 'cyrik.omni-trace.testing-ns)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close