(demunge-java-clojure-frames s)
Transform that demunges Java and Clojure stackframes.
Transform that demunges Java and Clojure stackframes.
(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.
(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.
(remove-lambda-ids s)
Transform that removes numeric IDs next to anonymous functions 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 functions and `eval` blocks. This is necessary to render a useful diffgraph if the diffed runs were launched from the REPL.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close