stopwatch method

Stopwatch stopwatch()

Returns a new stopwatch that uses the current time as reported by this.

Implementation

Stopwatch stopwatch() => ClockStopwatch(this);