Started

trait Started extends Tagging[Started]

Measures the elapsed time between the instant when a timer is started and the instant when it is stopped.

class Object
trait Matchable
class Any

Value members

Abstract methods

def stop(): Unit

Stops the timer and record the elapsed time since it was started.

Stops the timer and record the elapsed time since it was started.

Inherited methods

def withTag(key: String, value: Long): Started

Returns an instrument with one additional tag defined by the provided key and value pair.

Returns an instrument with one additional tag defined by the provided key and value pair.

Inherited from:
Tagging
def withTag(key: String, value: Boolean): Started

Returns an instrument with one additional tag defined by the provided key and value pair.

Returns an instrument with one additional tag defined by the provided key and value pair.

Inherited from:
Tagging
def withTag(key: String, value: String): Started

Returns an instrument with one additional tag defined by the provided key and value pair.

Returns an instrument with one additional tag defined by the provided key and value pair.

Inherited from:
Tagging
def withTags(tags: TagSet): Started

Returns an instrument with additional tags from the provided TagSet.

Returns an instrument with additional tags from the provided TagSet.

Inherited from:
Tagging