Liking cljdoc? Tell your friends :D

samsara.trackit.util


as-metricclj

(as-metric name metric)
source

metric-valueclj

(metric-value name metric)
source

MetricsValuecljprotocol

current-value-ofclj

(current-value-of metric)

Returns the current value of a metric as a map specification of the value

Returns the current value of a metric as a map specification of the value

display-short-value-ofclj

(display-short-value-of metric)

Returns a short string representation of the current value good for display in a table

Returns a short string representation of the current value good for display in a table

display-value-ofclj

(display-value-of metric)

Returns a string representation of the current value good for display in a table

Returns a string representation of the current value good for display in a table

metric-typeclj

(metric-type metric)

Returns the type of the metric

Returns the type of the metric
source

(print-table rows)
(print-table ks rows)

Prints a collection of maps in a textual table. Prints table headings ks, and then a line of output for each row, corresponding to the keys in ks. If ks are not specified, use the keys of the first item in rows.

Prints a collection of maps in a textual table. Prints table headings
ks, and then a line of output for each row, corresponding to the keys
in ks. If ks are not specified, use the keys of the first item in rows.
sourceraw docstring

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

× close