Liking cljdoc? Tell your friends :D

com.github.dnikku.clojure-testing.print

Some pretty print tools.

Some pretty print tools.
raw docstring

*print-ex-exclude-re*clj


*print-ex-stack-limit*clj


diff-strclj

(diff-str a b)

Preatty print differences between provided a and b structure recursively using 'lambdaisland.deep-diff2 library

Preatty print differences between provided a and b structure recursively
using 'lambdaisland.deep-diff2 library
raw docstring

diffs-output?clj

If lambdaisland.deep-diff2 is in classpath loaded and set it true, otherwise nil.

If lambdaisland.deep-diff2 is in classpath loaded and set it true,
otherwise `nil`.
raw docstring

nano->msecsclj

(nano->msecs x)

Converts a value from nanoseconds to milliseconds.

Converts a value from nanoseconds to milliseconds.
raw docstring

nano->strclj

(nano->str x)

Converts a value from nanoseconds to micro/milli/seconds.

Converts a value from nanoseconds to micro/milli/seconds.
raw docstring

(print-ex tr)

Prints an Exception + all Causes to stdout.

Prints an Exception + all Causes to stdout.
raw docstring

(print-ex1 tr)

Print only current Exception to stdout.

Print only current Exception to stdout.
raw docstring

timeitcljmacro

(timeit s expr)

Evaluates expr and prints the time it took. Returns the value of expr. Inspired from [[https://stackoverflow.com/questions/40529482/print-execution-time-of-function-in-seconds]]

Evaluates expr and prints the time it took.  Returns the value of expr.
Inspired from [[https://stackoverflow.com/questions/40529482/print-execution-time-of-function-in-seconds]]
raw docstring

timeit->nanocljmacro

(timeit->nano expr)

Evaluates expr and returns the time it took.

Evaluates expr and returns the time it took.
raw docstring

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

× close