(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.
(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.
(deduplicated! view-system)
Record a deduplicated refresh.
Record a deduplicated refresh.
(dropped! view-system)
Record a dropped refresh.
Record a dropped refresh.
(refreshed! view-system)
Record a refresh event.
Record a refresh event.
(reset-stats! view-system)
Resets statistics collected back to zero.
Resets statistics collected back to zero.
(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.
(stop-logger! view-system & [dont-wait-for-thread?])
Stops the logger thread.
Stops the logger thread.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close