(empty-runtime-ctx flow-id)
(enqueue-trace! trace)
(log-stats)
(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`
(stop-trace-sender)
(trace-bound-trace symb val {:keys [coor form-id]})
Send bind trace.
Send bind trace.
(trace-expr-exec-trace 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-trace form-id ns fn-name args-vec)
Send function call traces
Send function call traces
(trace-form-init-trace {: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