Liking cljdoc? Tell your friends :D

clj-async-profiler.flamebin

Code responsible for uploading profiling results to flamebin.dev.

Code responsible for uploading profiling results to flamebin.dev.
raw docstring

flamebin-hostclj

source

upload-diffgraphclj

(upload-diffgraph profile-before profile-after options)

Generate diffgraph from two collapsed stacks files, identified either by their file paths or numerical IDs, and upload it to flamebin.dev. Options:

:public? - if true, flamegraph will be displayed on the main page and publicly accessible to everyone; otherwise, will requite a token to view.

Generate diffgraph from two collapsed stacks files, identified either by their
file paths or numerical IDs, and upload it to flamebin.dev. Options:

:public? - if true, flamegraph will be displayed on the main page and publicly
           accessible to everyone; otherwise, will requite a token to view.
sourceraw docstring

upload-flamegraphclj

(upload-flamegraph run-id-or-stacks-file options)

Generate flamegraph from a collapsed stacks file, identified either by its file path or numerical ID, and upload it to flamebin.dev. Options:

:public? - if true, flamegraph will be displayed on the main page and publicly accessible to everyone; otherwise, will requite a token to view.

Generate flamegraph from a collapsed stacks file, identified either by its file
path or numerical ID, and upload it to flamebin.dev. Options:

:public? - if true, flamegraph will be displayed on the main page and publicly
           accessible to everyone; otherwise, will requite a token to view.
sourceraw docstring

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

× close