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-to-flamebinclj

(upload-to-flamebin 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