TimeAccumulator

open class TimeAccumulator

Sums time samples together. Used for tracking the time elapsed of a set of code blocks.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun beginSample()
Link copied to clipboard
open fun endSample()