(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)
(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)
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |