(add-bind-trace {:keys [flow-id thread-id] :as trace})
(add-expr-exec-trace {:keys [flow-id thread-id] :as trace})
(add-flow-init-trace trace)
(add-fn-call-trace {:keys [flow-id thread-id form-id] :as trace})
(add-form-init-trace {:keys [flow-id thread-id] :as trace})
(all-forms flow-id thread-id)
(all-threads)
(bindings flow-id thread-id idx)
(callstack-node-childs node)
(callstack-node-frame node)
(callstack-tree-root-node flow-id thread-id)
(create-flow {:keys [flow-id ns form timestamp]})
(create-thread-indexes! flow-id thread-id)
(discard-flow flow-id)
(find-fn-frames flow-id thread-id fn-ns fn-name form-id)
(flow-exists? flow-id)
A map containing [flow-id thread-id] pointing to thread indexes
A map containing [flow-id thread-id] pointing to thread indexes
(fn-call-stats flow-id thread-id)
(frame-data flow-id thread-id idx)
(get-form flow-id thread-id form-id)
(get-or-create-thread-indexes flow-id thread-id)
(get-thread-indexes flow-id thread-id)
(print-forms)
(print-threads)
(search-next-frame-idx flow-id thread-id query-str from-idx params)
(search-next-frame-idx flow-id
thread-id
query-str
from-idx
{:keys [print-level] :or {print-level 2}}
interrupt-ch
on-progress)
(select-thread flow-id thread-id)
(start)
(stop)
(timeline-count flow-id thread-id)
(timeline-entry flow-id thread-id idx)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close