Some pretty print tools.
Some pretty print tools.
(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
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`.
(nano->msecs x)
Converts a value from nanoseconds to milliseconds.
Converts a value from nanoseconds to milliseconds.
(nano->str x)
Converts a value from nanoseconds to micro/milli/seconds.
Converts a value from nanoseconds to micro/milli/seconds.
(print-ex tr)
Prints an Exception + all Causes to stdout.
Prints an Exception + all Causes to stdout.
(print-ex1 tr)
Print only current Exception to stdout.
Print only current Exception to stdout.
(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]]
(timeit->nano expr)
Evaluates expr and returns the time it took.
Evaluates expr and returns the time it took.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close