Liking cljdoc? Tell your friends :D
All platforms.

automaton-optimization.time-based.protocol

Time-based measures. This namespace could be used to creates new time-based implementation.

Time-based measures.
This namespace could be used to creates new `time-based` implementation.
raw docstring

TimeBasedclj/sprotocol

defaultclj/s

(default this)

Default value before measurement.

Default value before measurement.

get-measureclj/s

(get-measure this bucket)

Returns the data stored at time bucket.

Returns the data stored at time `bucket`.

get-measuresclj/s

(get-measures this buckets)

Returns the measures for each element in buckets.

Returns the measures for each element in `buckets`.

measureclj/s

(measure this bucket data)

Returns a new instance of TimeBased with data measured at time bucket. The effect will depend on the kind of TimeBased.

Returns a new instance of TimeBased with `data` measured at time `bucket`. The effect will depend on the kind of TimeBased.

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

× close