Liking cljdoc? Tell your friends :D

clj-chrome-devtools.commands.performance


disableclj

(disable)
(disable {:as params :keys []})
(disable connection {:as params :keys []})

Disable collecting and reporting metrics.

Disable collecting and reporting metrics.
sourceraw docstring

enableclj

(enable)
(enable {:as params :keys []})
(enable connection {:as params :keys []})

Enable collecting and reporting metrics.

Enable collecting and reporting metrics.
sourceraw docstring

get-metricsclj

(get-metrics)
(get-metrics {:as params :keys []})
(get-metrics connection {:as params :keys []})

Retrieve current values of run-time metrics.

Return map keys:

KeyDescription
:metricsCurrent values for run-time metrics.
Retrieve current values of run-time metrics.

Return map keys:


  Key      | Description 
  ---------|------------ 
  :metrics | Current values for run-time metrics.
sourceraw docstring

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

× close