Packages

package stopwatch

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Stopwatch extends AnyRef

    User API for demarcating a stopwatch time interval.

  2. abstract class StopwatchBlocks extends Stopwatch

    Default implementations of Stopwatch wrap and start.

  3. abstract class Timekeeper extends StopwatchBlocks

    Default implementation of a Stopwatch.

    Default implementation of a Stopwatch. Subclasses need to extend this to transport the stopwatches across async boundaries and get notified when a stopwatch is stopped.

Value Members

  1. object Stopwatch
  2. object Timekeeper

    Default implementation of a stopwatch.

Ungrouped