Liking cljdoc? Tell your friends :D

cyrik.omni-trace


flamegraphclj/s

(flamegraph)
(flamegraph workspace)
source

instrument-fnclj/smacro

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

instrument-nsclj/smacro

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

reset-workspace!clj/s

(reset-workspace!)
(reset-workspace! workspace)
source

rooted-flamegraphclj/s

(rooted-flamegraph root)
(rooted-flamegraph root workspace)
source

run-tracedclj

(run-traced s & args)
source

run-traced-cljsclj/smacro

(run-traced-cljs ns f & args)
source

traceclj/smacro

(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])
sourceraw docstring

uninstrument-fnclj/smacro

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

uninstrument-nsclj/smacro

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

untraceclj/smacro

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

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

× close