(choose-unit ns)
Returns a pair of [value, unit].
Returns a pair of [value, unit].
(elapsed sw)
(elapsed sw unit)
Wrapper that handles a default implementation.
Wrapper that handles a default implementation.
(from-nanos ns unit)
(-elapsed this unit)
Displays the current elapsed time in the supplied units.
Displays the current elapsed time in the supplied units.
(repr this)
Prints a string representation of the stopwatch.
Prints a string representation of the stopwatch.
(reset this)
(running? this)
(start this)
(stop this)
(stopwatch & {:keys [started?] :or {started? true}})
Returns a platform-specific implementation of IStopwatch.
Returns a platform-specific implementation of IStopwatch.
Allowed units of time, ordered from most precise to least.
Allowed units of time, ordered from most precise to least.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close