Liking cljdoc? Tell your friends :D

flow-storm.tracer


*runtime-ctx*clj/s


*statsclj/s


build-runtime-ctxclj/s

(build-runtime-ctx {:keys [flow-id tracing-disabled?]})

enqueue-trace!clj/s

(enqueue-trace! trace)

init-statsclj/s


log-statsclj/s

(log-stats)

orphan-flow-idclj/s


send-thread-stop-chanclj/s


start-trace-senderclj/s

(start-trace-sender {:keys [send-fn verbose?]})

Creates and starts a thread that read traces from the global trace-queue and send them using send-fn

Creates and starts a thread that read traces from the global `trace-queue`
and send them using `send-fn`
raw docstring

stop-trace-senderclj/s

(stop-trace-sender)

trace-bindclj/s

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

Send bind trace.

Send bind trace.
raw docstring

trace-chanclj/s


trace-expr-execclj/s

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

Send expression execution trace.

Send expression execution trace.
raw docstring

trace-flow-init-traceclj/s

(trace-flow-init-trace flow-id form-ns form)

Send flow initialization trace

Send flow initialization trace
raw docstring

trace-fn-callclj/s

(trace-fn-call form-id ns fn-name args-vec)

Send function call traces

Send function call 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