Liking cljdoc? Tell your friends :D

flow-storm.tracer


hansel-configclj/s

(hansel-config {:keys [disable] :or {disable #{}}})

Builds a hansel config from inst-opts

Builds a hansel config from inst-opts
raw docstring

start-tracerclj/s


stop-tracerclj/s


trace-bindclj/s

(trace-bind {:keys [symb val coor]})

Send bind trace.

Send bind trace.
raw docstring

trace-expr-execclj/s

(trace-expr-exec {:keys [result coor form-id]})

Send expression execution trace.

Send expression execution trace.
raw docstring

trace-flow-init-traceclj/s

(trace-flow-init-trace {:keys [flow-id form-ns form]})

Send flow initialization trace

Send flow initialization trace
raw docstring

trace-fn-callclj/s

(trace-fn-call {:keys [form-id ns fn-name fn-args]})

Send function call traces

Send function call traces
raw docstring

trace-fn-returnclj/s

(trace-fn-return {:keys [return form-id]})

Send function return traces

Send function return traces
raw docstring

trace-form-initclj/s

(trace-form-init {:keys [form-id ns def-kind dispatch-val form]})

Send form initialization trace only once for each thread.

Send form initialization trace only once for each thread.
raw docstring

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

× close