Liking cljdoc? Tell your friends :D

spyscope.repl

This contains the query functions suitable for inspecting traces from the repl.

This contains the query functions suitable for inspecting traces
from the repl.
raw docstring

trace-clearclj/s

(trace-clear)

Deletes all trace data so far (used to reduce memory consumption)

Deletes all trace data so far (used to reduce memory consumption)
source (clj)source (cljs)raw docstring

trace-nextclj/s

(trace-next)

Increments the generation of future traces.

Increments the generation of future traces.
source (clj)source (cljs)raw docstring

trace-queryclj/s

(trace-query)
(trace-query re-or-generations)
(trace-query re generations)

Prints information about trace results.

With no arguments, this prints every trace from the current generation.

With one numeric argument generations, this prints every trace from the previous generations generations.

With one regex argument re, this prints every trace from the current generation whose first stack frame matches the regex.

With two arguments, re and generations, this matches every trace whose stack frame matches re from the previosu generations generations.

Prints information about trace results.

With no arguments, this prints every trace from the current generation.

With one numeric argument `generations`, this prints every trace from the previous
`generations` generations.

With one regex argument `re`, this prints every trace from the current generation
whose first stack frame matches the regex.

With two arguments, `re` and `generations`, this matches every trace whose stack frame
matches `re` from the previosu `generations` generations.
source (clj)source (cljs)raw docstring

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

× close