stop

Stops the stopwatch.

The stopwatch must have been started before calling this method, otherwise an IllegalStateException will be thrown. Call .start first!

Return

This instance of SimpleStopWatch

Author

Griefed

Throws

if the watch was not started.