(build-runtime-ctx {:keys [flow-id tracing-disabled?]})
(enqueue-trace! trace)
(init-stats)
(log-stats)
(start-tracer {: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`
(stop-tracer)
(trace-expr-exec result {:keys [coor outer-form? form-id]})
Send expression execution trace.
Send expression execution trace.
(trace-flow-init-trace flow-id form-ns form)
Send flow initialization trace
Send flow initialization trace
(trace-fn-call form-id ns fn-name args-vec)
Send function call traces
Send function call traces
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close