Useful to emit counters into a Trace.

Summary

Public constructors

Cmn

Public functions

abstract String
Cmn
abstract Unit
setValue(value: Double)

Emits a Double value into the trace for the provided name.

Cmn
abstract Unit
setValue(value: Long)

Emits a Long value into the trace for the provided name.

Cmn

Public constructors

Counter

Counter()

Public functions

name

abstract fun name(): String

setValue

abstract fun setValue(value: Double): Unit

Emits a Double value into the trace for the provided name.

setValue

abstract fun setValue(value: Long): Unit

Emits a Long value into the trace for the provided name.