Liking cljdoc? Tell your friends :D

clj-async-profiler.post-processing


demunge-java-clojure-framesclj

(demunge-java-clojure-frames s)

Transform that demunges Java and Clojure stackframes.

Transform that demunges Java and Clojure stackframes.
raw docstring

generate-diff-fileclj

(generate-diff-file in-stacks-file1 in-stacks-file2 out-diff-file options)

Create a renderable diff stacks file from two provided stacks files.

Create a renderable diff stacks file from two provided stacks files.
raw docstring

post-process-stacksclj

(post-process-stacks stacks-file out-file transform)

Perform post-processing of the profiling result with the given transform function and the default processors (demunging). Write the result to out-file. Return the total number of samples in the file.

Perform post-processing of the profiling result with the given `transform`
function and the default processors (demunging). Write the result to
`out-file`. Return the total number of samples in the file.
raw docstring

remove-lambda-idsclj

(remove-lambda-ids s)

Transform that removes numeric IDs next to anonymous functionas and eval blocks. This is necessary to render a useful diffgraph if the diffed runs were launched from the REPL.

Transform that removes numeric IDs next to anonymous functionas and `eval`
blocks. This is necessary to render a useful diffgraph if the diffed runs were
launched from the REPL.
raw docstring

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

× close