Timer

class Timer(child: Summary.Child, start: Long)

A utility class for measuring the duration of operations and recording the observed duration in the associated histogram.

Constructors

Link copied to clipboard
constructor(child: Summary.Child, start: Long)

Functions

Link copied to clipboard
suspend fun observeDuration(): Double