Liking cljdoc? Tell your friends :D

views.statistics


active-view-countclj

(active-view-count view-system)

Returns a count of views with at least one subscriber.

Returns a count of views with at least one subscriber.
sourceraw docstring

collecting?clj

(collecting? view-system)

Whether view statem statistics collection and logging is enabled or not.

Whether view statem statistics collection and logging is enabled or not.
sourceraw docstring

deduplicated!clj

(deduplicated! view-system)

Record a deduplicated refresh.

Record a deduplicated refresh.
sourceraw docstring

dropped!clj

(dropped! view-system)

Record a dropped refresh.

Record a dropped refresh.
sourceraw docstring

refreshed!clj

(refreshed! view-system)

Record a refresh event.

Record a refresh event.
sourceraw docstring

reset-stats!clj

(reset-stats! view-system)

Resets statistics collected back to zero.

Resets statistics collected back to zero.
sourceraw docstring

start-logger!clj

(start-logger! view-system log-interval)

Starts a logger thread that will enable collection of view statistics which the logger will periodically write out to the log.

Starts a logger thread that will enable collection of view statistics
which the logger will periodically write out to the log.
sourceraw docstring

stop-logger!clj

(stop-logger! view-system & [dont-wait-for-thread?])

Stops the logger thread.

Stops the logger thread.
sourceraw docstring

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

× close