Liking cljdoc? Tell your friends :D

cider.nrepl.middleware.profile

Simplistic manual tracing profiler for coarse usecases where the accuracy doesn't matter much and you already know which functions to measure.

Simplistic manual tracing profiler for coarse usecases where the accuracy
doesn't matter much and you already know which functions to measure.
raw docstring

clear-replyclj

(clear-reply msg)
source

handle-profileclj

(handle-profile handler msg)
source

summary-replyclj

(summary-reply {:keys [transport] :as msg})

Return profiling summary optimized for viewing through CIDER inspector.

Return profiling summary optimized for viewing through CIDER inspector.
sourceraw docstring

toggle-ns-replyclj

(toggle-ns-reply {:keys [ns transport] :as msg})
source

toggle-var-replyclj

(toggle-var-reply {:keys [ns sym] :as msg})
source

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

× close